- All Implemented Interfaces:
Serializable
AttributeEE
: Has page scope,
still needs context and name.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
AttributeEE
: 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
Modifier 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 String
The set of allowed scope names: application scope.static final String
The set of allowed scope names: page scope.static final String
The set of allowed scope names: request scope.static final String
The 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 int
getScopeId
(String scope) Gets thePageContext
scope 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 thePageContext
scope 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:
context
in classScopeEE<JspContext>
-
attribute
AttributeEE
: Uses the given name within the page scope, still needs context.- Specified by:
attribute
in classScopeEE<JspContext>
-