|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source for PropertyPersistenceStrategy
s.
Method Summary | |
void |
discardAllStoredChanged(java.lang.String pageName,
IRequestCycle cycle)
Discards any stored property changes for the named page. |
java.util.Collection |
getAllStoredChanges(java.lang.String pageName,
IRequestCycle cycle)
Returns all changes ( IPageChange ) collected by any persistence strategy for the
page. |
PropertyPersistenceStrategy |
getStrategy(java.lang.String name)
Returns the name strategy. |
Method Detail |
public PropertyPersistenceStrategy getStrategy(java.lang.String name)
name
- the name of the strategy to retrieve.
org.apache.hivemind.ApplicationRuntimeException
- if no such strategy exists.public java.util.Collection getAllStoredChanges(java.lang.String pageName, IRequestCycle cycle)
IPageChange
) collected by any persistence strategy for the
page. May return an empty list.
PropertyPersistenceStrategy.getStoredChanges(String, IRequestCycle)
public void discardAllStoredChanged(java.lang.String pageName, IRequestCycle cycle)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |