Package org.apache.tapestry5.annotations
Annotation Type SessionAttribute
@Target(FIELD)
@Documented
@Retention(RUNTIME)
@UseWith({COMPONENT,MIXIN,PAGE})
public @interface SessionAttribute
Used to map a property of a page or component to value stored in session.
- Since:
- 5.2.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Name of a theSession
attribute to which the field will be mapped; if not specified, defaults to the name of the field.- Default:
- ""
-