|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
SessionState instead
@Target(value=FIELD) @Documented @Retention(value=RUNTIME) public @interface ApplicationState
Marker annotation for a field that is an application state object as controlled by the ApplicationStateManager. Application is something of a misnomer, as it
implies that the object is stored as global, application-wide state (i.e., in the ServletContext). In fact, the built-in strategies for ASO management are very user specific,
ultimately storing data in the Session. Because of the confusion this naming
causes, this annotation has been deprecated, and the new SessionState
annotation should be used instead.
| Optional Element Summary | |
|---|---|
boolean |
create
Deprecated. If true (the default), then referencing an field marked with the annotation will create the SSO. |
public abstract boolean create
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||