- All Implemented Interfaces:
Serializable
AttributeEE
: Has request scope,
still needs context and name.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
AttributeEE
: Has request 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.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<Throwable> static final ScopeEE.Request.Attribute
<Class<? extends Throwable>> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<Integer> static final ScopeEE.Request.Attribute
<Throwable> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> static final ScopeEE.Request.Attribute
<String> Fields inherited from class com.aoapps.servlet.attribute.ScopeEE
APPLICATION, PAGE, REQUEST, SESSION
-
Method Summary
Modifier and TypeMethodDescription<T> ScopeEE.Request.Attribute
<T> AttributeEE
: Uses the given name within the request scope, still needs context.context
(ServletRequest request) AttributeEE
: Uses the given context within the request scope, still needs name.
-
Field Details
-
ASYNC_REQUEST_URI
- See Also:
-
ASYNC_CONTEXT_PATH
- See Also:
-
ASYNC_PATH_INFO
- See Also:
-
ASYNC_SERVLET_PATH
- See Also:
-
ASYNC_QUERY_STRING
- See Also:
-
EXCEPTION
- See Also:
-
FORWARD_REQUEST_URI
- See Also:
-
FORWARD_CONTEXT_PATH
- See Also:
-
FORWARD_PATH_INFO
- See Also:
-
FORWARD_SERVLET_PATH
- See Also:
-
FORWARD_QUERY_STRING
- See Also:
-
INCLUDE_REQUEST_URI
- See Also:
-
INCLUDE_CONTEXT_PATH
- See Also:
-
INCLUDE_PATH_INFO
- See Also:
-
INCLUDE_SERVLET_PATH
- See Also:
-
INCLUDE_QUERY_STRING
- See Also:
-
ERROR_EXCEPTION
- See Also:
-
ERROR_EXCEPTION_TYPE
- See Also:
-
ERROR_MESSAGE
- See Also:
-
ERROR_REQUEST_URI
- See Also:
-
ERROR_SERVLET_NAME
- See Also:
-
ERROR_STATUS_CODE
- See Also:
-
-
Method Details
-
context
AttributeEE
: Uses the given context within the request scope, still needs name.- Specified by:
context
in classScopeEE<ServletRequest>
-
attribute
AttributeEE
: Uses the given name within the request scope, still needs context.- Specified by:
attribute
in classScopeEE<ServletRequest>
-