Serialized Form
|
Package net.sourceforge.pebble |
|
Package net.sourceforge.pebble.api.event |
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 |
|
Package net.sourceforge.pebble.api.event.blogentry |
propertyChangeEvents
java.util.List<E> propertyChangeEvents
- the list of property change events that caused this event
|
Package net.sourceforge.pebble.api.event.comment |
|
Package net.sourceforge.pebble.api.event.trackback |
|
Package net.sourceforge.pebble.dao |
|
Package net.sourceforge.pebble.domain |
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
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
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
state
State state
- the state of the object
eventsEnabled
boolean eventsEnabled
- flag to indicate whether events are enabled
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
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
name
java.lang.String name
- the name of the state
name
java.lang.String name
- the name of the page
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 |
|
Package net.sourceforge.pebble.security |
|
Package net.sourceforge.pebble.web.action |
Copyright © 2003-2006, Simon Brown. All Rights Reserved.