java.lang.Object
com.aoapps.lang.attribute.Scope<C>
com.aoapps.servlet.attribute.ScopeEE<C>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ScopeEE.Application,ScopeEE.Page,ScopeEE.Request,ScopeEE.Session
The most broad concept is scope, including page, request, session, and application.
AttributeEE: Has scope, still needs context and name.
- Author:
- AO Industries, Inc.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAttributeEE: Has application scope, still needs context and name.static classAttributeEE: Has scope and name, still needs context.static final classAttributeEE: Has page scope, still needs context and name.static final classAttributeEE: Has request scope, still needs context and name.static final classAttributeEE: Has session scope, still needs context and name. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScopeEE.ApplicationAttributeEE: Uses the application scope, still needs context and name.static final ScopeEE.PageAttributeEE: Uses the page scope, still needs context and name.static final ScopeEE.RequestAttributeEE: Uses the request scope, still needs context and name.static final ScopeEE.SessionAttributeEE: Uses the session scope, still needs context and name. -
Method Summary
Modifier and TypeMethodDescriptionabstract <T> ScopeEE.Attribute<C, T> AttributeEE: Uses the given name within this scope, still needs context.AttributeEE: Uses the given context within this scope, still needs name.
-
Field Details
-
PAGE
AttributeEE: Uses the page scope, still needs context and name. -
REQUEST
AttributeEE: Uses the request scope, still needs context and name. -
SESSION
AttributeEE: Uses the session scope, still needs context and name. -
APPLICATION
AttributeEE: Uses the application scope, still needs context and name.
-
-
Method Details
-
context
AttributeEE: Uses the given context within this scope, still needs name. -
attribute
AttributeEE: Uses the given name within this scope, still needs context.
-
