|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface SessionAttribute
Marks a field of your class as a HTTP session attribute. The field's value will be stored and restored from the HTTP session context.
Optional Element Summary | |
---|---|
java.lang.String |
value
The optional explicit session attribute name. |
public abstract java.lang.String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |