- All Implemented Interfaces:
Serializable
AttributeEE: Has page scope,
still needs context and name.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAttributeEE: Has page scope and name, still needs context.Nested classes/interfaces inherited from class com.aoapps.servlet.attribute.ScopeEE
ScopeEE.Application, ScopeEE.Page, ScopeEE.Request, ScopeEE.Session -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScopeEE.Page.Attribute<ServletContext> static final ScopeEE.Page.Attribute<ServletConfig> static final ScopeEE.Page.Attribute<Throwable> static final ScopeEE.Page.Attribute<JspWriter> static final ScopeEE.Page.Attribute<Servlet> static final ScopeEE.Page.Attribute<PageContext> static final ScopeEE.Page.Attribute<ServletRequest> static final ScopeEE.Page.Attribute<ServletResponse> static final StringThe set of allowed scope names: application scope.static final StringThe set of allowed scope names: page scope.static final StringThe set of allowed scope names: request scope.static final StringThe set of allowed scope names: session scope.static final ScopeEE.Page.Attribute<HttpSession> -
Method Summary
Modifier and TypeMethodDescription<T> ScopeEE.Page.Attribute<T> AttributeEE: Uses the given name within the page scope, still needs context.context(JspContext jspContext) AttributeEE: Uses the given context within the page scope, still needs name.static intgetScopeId(String scope) Gets thePageContextscope value for the textual scope name.
-
Field Details
-
PAGE
- See Also:
-
PAGECONTEXT
- See Also:
-
REQUEST
- See Also:
-
RESPONSE
- See Also:
-
CONFIG
- See Also:
-
SESSION
- See Also:
-
OUT
- See Also:
-
APPLICATION
- See Also:
-
EXCEPTION
- See Also:
-
SCOPE_PAGE
The set of allowed scope names: page scope.- See Also:
-
SCOPE_REQUEST
The set of allowed scope names: request scope.- See Also:
-
SCOPE_SESSION
The set of allowed scope names: session scope.- See Also:
-
SCOPE_APPLICATION
The set of allowed scope names: application scope.- See Also:
-
-
Method Details
-
getScopeId
Gets thePageContextscope value for the textual scope name.- Returns:
- Throws:
LocalizedIllegalArgumentException- if invalid scope
-
context
AttributeEE: Uses the given context within the page scope, still needs name.- Specified by:
contextin classScopeEE<JspContext>
-
attribute
AttributeEE: Uses the given name within the page scope, still needs context.- Specified by:
attributein classScopeEE<JspContext>
-
