|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.trails.record.AbstractSessionPropertyPersistenceStrategy
org.trails.record.ReattachPropertyPersistenceStrategy
public abstract class ReattachPropertyPersistenceStrategy
This class is a Trails adaptation of Tapernate's ReattachPropertyPersistenceStrategy Credits to James Carman.
| Constructor Summary | |
|---|---|
ReattachPropertyPersistenceStrategy()
|
|
| Method Summary | |
|---|---|
java.util.Collection |
getStoredChanges(java.lang.String pageName)
|
protected abstract java.lang.Object |
reattach(java.lang.Object entity)
|
| Methods inherited from class org.trails.record.AbstractSessionPropertyPersistenceStrategy |
|---|
addParametersForPersistentProperties, discardStoredChanges, getStrategyId, setApplicationId, setRequest, store |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReattachPropertyPersistenceStrategy()
| Method Detail |
|---|
protected abstract java.lang.Object reattach(java.lang.Object entity)
public java.util.Collection getStoredChanges(java.lang.String pageName)
getStoredChanges in interface org.apache.tapestry.record.PropertyPersistenceStrategygetStoredChanges in class AbstractSessionPropertyPersistenceStrategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||