Serialized Form


Package net.sourceforge.pebble

Class net.sourceforge.pebble.PebbleException extends java.lang.Exception implements Serializable


Package net.sourceforge.pebble.api.event

Class net.sourceforge.pebble.api.event.PebbleEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type
the type of the event


vetoed

boolean vetoed
flag to indicate whether this event has been vetoed


Package net.sourceforge.pebble.api.event.blog

Class net.sourceforge.pebble.api.event.blog.BlogEvent extends PebbleEvent implements Serializable


Package net.sourceforge.pebble.api.event.blogentry

Class net.sourceforge.pebble.api.event.blogentry.BlogEntryEvent extends PebbleEvent implements Serializable

Serialized Fields

propertyChangeEvents

java.util.List<E> propertyChangeEvents
the list of property change events that caused this event


Package net.sourceforge.pebble.api.event.comment

Class net.sourceforge.pebble.api.event.comment.CommentEvent extends PebbleEvent implements Serializable


Package net.sourceforge.pebble.api.event.trackback

Class net.sourceforge.pebble.api.event.trackback.TrackBackEvent extends PebbleEvent implements Serializable


Package net.sourceforge.pebble.dao

Class net.sourceforge.pebble.dao.PersistenceException extends PebbleException implements Serializable


Package net.sourceforge.pebble.domain

Class net.sourceforge.pebble.domain.BlogEntry extends PageBasedContent implements Serializable

Serialized Fields

permalink

java.lang.String permalink
the permalink


categories

java.util.Set<E> categories
the category that the blog entry falls into


tags

java.lang.String tags
the list of tags for this blog entry


tagsAsList

java.util.List<E> tagsAsList
the List of tags for this blog entry


excerpt

java.lang.String excerpt
the excerpt of the blog entry


commentsEnabled

boolean commentsEnabled
a flag to indicate whether comments are enabled for this entry


trackBacksEnabled

boolean trackBacksEnabled
a flag to indicate whether TrackBacks are enabled for this entry


comments

java.util.List<E> comments
the collection of comments for the blog entry


trackBacks

java.util.List<E> trackBacks
the collection of trackbacks for the blog entry


attachment

Attachment attachment
the attachment for this blog entry, if applicable


timeZoneId

java.lang.String timeZoneId
the timezone that this entry was posted in

Class net.sourceforge.pebble.domain.BlogServiceException extends PebbleException implements Serializable

Class net.sourceforge.pebble.domain.Category extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
the id of the category


name

java.lang.String name
the name of the category


parent

Category parent
the parent category, if applicable


tags

java.lang.String tags
the set of tags for this category


tagsAsList

java.util.List<E> tagsAsList
the list of tags for this category


subCategories

java.util.List<E> subCategories
the sub-categories


blogEntries

java.util.List<E> blogEntries
the blog entries associated with this category

Class net.sourceforge.pebble.domain.Comment extends Response implements Serializable

Serialized Fields

body

java.lang.String body
the body of the comment


author

java.lang.String author
the name of the author


email

java.lang.String email
the author's e-mail address


website

java.lang.String website
the author's website


parent

Comment parent
the parent comment, if applicable


comments

java.util.List<E> comments
the collection of nested comments


authenticated

boolean authenticated
a flag to indicate whether the user was authenticated when the comment was left

Class net.sourceforge.pebble.domain.Content extends java.lang.Object implements Serializable

Serialized Fields

state

State state
the state of the object


eventsEnabled

boolean eventsEnabled
flag to indicate whether events are enabled

Class net.sourceforge.pebble.domain.IllegalFileAccessException extends java.lang.Exception implements Serializable

Class net.sourceforge.pebble.domain.PageBasedContent extends Content implements Serializable

Serialized Fields

id

java.lang.String id
the id


title

java.lang.String title
the title


subtitle

java.lang.String subtitle
the subtitle


body

java.lang.String body
the body


date

java.util.Date date
the date that the content was created


author

java.lang.String author
the author of the blog entry


user

PebbleUserDetails user
the enriched user details


originalPermalink

java.lang.String originalPermalink
the alternative permalink for this blog entry


blog

Blog blog
the owning blog


persistent

boolean persistent

Class net.sourceforge.pebble.domain.Response extends Content implements Serializable

Serialized Fields

title

java.lang.String title
the title


ipAddress

java.lang.String ipAddress
the ip address of the author


date

java.util.Date date
the date that the trackback was received


blogEntry

BlogEntry blogEntry
the parent blog entry


spamScore

int spamScore
a score used to help identify spam when repsonses are added

Class net.sourceforge.pebble.domain.State extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
the name of the state

Class net.sourceforge.pebble.domain.StaticPage extends PageBasedContent implements Serializable

Serialized Fields

name

java.lang.String name
the name of the page

Class net.sourceforge.pebble.domain.TrackBack extends Response implements Serializable

Serialized Fields

excerpt

java.lang.String excerpt
the excerpt


url

java.lang.String url
the url


blogName

java.lang.String blogName
the blog name


Package net.sourceforge.pebble.search

Class net.sourceforge.pebble.search.SearchException extends java.lang.Exception implements Serializable


Package net.sourceforge.pebble.security

Class net.sourceforge.pebble.security.SecurityRealmException extends PebbleException implements Serializable


Package net.sourceforge.pebble.web.action

Class net.sourceforge.pebble.web.action.ActionNotFoundException extends java.lang.Exception implements Serializable



Copyright © 2003-2006, Simon Brown. All Rights Reserved.