|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.PersistenceConstants
public class PersistenceConstants
Constants for persistent field strategies.
Persist.value()
Field Summary | |
---|---|
static java.lang.String |
CLIENT
The field's value is stored on the client, as a query parameter or hidden form field. |
static java.lang.String |
FLASH
A that stores data in the session, but only until the next request. |
static java.lang.String |
SESSION
The field's value is stored in the Session . |
Constructor Summary | |
---|---|
PersistenceConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SESSION
Session
.
public static final java.lang.String CLIENT
public static final java.lang.String FLASH
Constructor Detail |
---|
public PersistenceConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |