|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pebble.domain.Content
public abstract class Content
Superclass for blog entries, comments and TrackBacks.
| Field Summary | |
|---|---|
protected java.beans.PropertyChangeSupport |
propertyChangeSupport
the class responsible for managing property change events |
| Constructor Summary | |
|---|---|
Content()
Default, no args constructor. |
|
| Method Summary | |
|---|---|
void |
clearPropertyChangeEvents()
Clears existing property change events. |
abstract java.lang.String |
getContent()
Gets the content of this response. |
java.util.List<PebbleEvent> |
getEvents()
|
java.util.List |
getPropertyChangeEvents()
Gets the list of property change events. |
State |
getState()
Gets the state of this comment. |
java.lang.String |
getTruncatedContent()
Gets the content of this response, truncated and without HTML tags. |
boolean |
hasEvents()
Determines whether this object has outstanding events. |
boolean |
isDirty()
Determines whether this class has had properties changed since it was last persisted. |
PebbleEvent |
nextEvent()
Gets the next event to be handled. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.pebble.domain.Permalinkable |
|---|
getPermalink |
| Field Detail |
|---|
protected transient java.beans.PropertyChangeSupport propertyChangeSupport
| Constructor Detail |
|---|
public Content()
| Method Detail |
|---|
public abstract java.lang.String getContent()
public java.lang.String getTruncatedContent()
public State getState()
public void clearPropertyChangeEvents()
public boolean isDirty()
public java.util.List getPropertyChangeEvents()
public boolean hasEvents()
public PebbleEvent nextEvent()
public java.util.List<PebbleEvent> getEvents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||