|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface SessionField
Denotes an action field as session scoped. Typing is strict, i.e. impl- and sub-classes cannot be injected into super types and interfaces.
| Optional Element Summary | |
|---|---|
String |
name
The name of the field used for matching it in the session. |
public abstract String name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||