|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A source for PropertyPersistenceStrategy
s.
Method Summary | |
void |
addParametersForPersistentProperties(ServiceEncoding encoding,
IRequestCycle cycle)
Invoked by a LinkFactory , the parameters may be
modified (added to) to store information related to persistent properties. |
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 ( PropertyChange ) 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)
PropertyChange
) 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)
public void addParametersForPersistentProperties(ServiceEncoding encoding, IRequestCycle cycle)
LinkFactory
, the parameters may be
modified (added to) to store information related to persistent properties. This method is
forwarded to all PropertyPersistenceStrategy
s.
encoding
- Service encoding, which indentifies the URL and the query parameters from which
the ILink
will be created.cycle
- The current request cycle.PropertyPersistenceStrategySource
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |