|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyPersistenceStrategySource
A source for PropertyPersistenceStrategys.
| Method Summary | |
|---|---|
void |
addParametersForPersistentProperties(ServiceEncoding encoding,
boolean post)
Invoked by a LinkFactory , the
parameters may be modified (added to) to store information related to
persistent properties. |
void |
discardAllStoredChanged(String pageName)
Discards any stored property changes for the named page. |
Collection |
getAllStoredChanges(String pageName)
Returns all changes ( PropertyChange) collected by any
persistence strategy for the page. |
PropertyPersistenceStrategy |
getStrategy(String name)
Returns the name strategy. |
| Method Detail |
|---|
PropertyPersistenceStrategy getStrategy(String name)
name - the name of the strategy to retrieve.
ApplicationRuntimeException - if no such strategy exists.Collection getAllStoredChanges(String pageName)
PropertyChange) collected by any
persistence strategy for the page. May return an empty list.
PropertyPersistenceStrategy.getStoredChanges(String)void discardAllStoredChanged(String pageName)
void addParametersForPersistentProperties(ServiceEncoding encoding,
boolean post)
LinkFactory , the
parameters may be modified (added to) to store information related to
persistent properties. This method is forwarded to all
PropertyPersistenceStrategys.
encoding - Service encoding, which indentifies the URL and the query
parameters from which the
ILink will be created.post - if true, then the link will be used for a post (not a get,
i.e., for a HTML form); this may affect what information is
encoded into the linkPropertyPersistenceStrategySource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||