|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD)
@Documented
@Retention(value=RUNTIME)
@UseWith(value={COMPONENT,MIXIN,PAGE})
public @interface SessionAttributeUsed to map a property of a page or component to value stored in session.
| Optional Element Summary | |
|---|---|
String |
value
Name of a the Session attribute to which the field will be mapped; if not specified,
defaults to the name of the field. |
public abstract String value
Session attribute to which the field will be mapped; if not specified,
defaults to the name of the field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||