|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Persist
Allows a property to be marked as persistent (and, optionally, provide control over how the property is persisted).
Optional Element Summary | |
---|---|
String |
value
The persistence strategy, defaulting to "session", as defined on the org.apache.tapestry.default-property-persistence-strategy property (meaning, in the HttpSession, as a session attribute). |
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |