Uses of Class
com.aoapps.servlet.attribute.ScopeEE.Request.Attribute
Packages that use ScopeEE.Request.Attribute
Package
Description
Utilities for working with various attribute scopes.
-
Uses of ScopeEE.Request.Attribute in com.aoapps.servlet.attribute
Fields in com.aoapps.servlet.attribute declared as ScopeEE.Request.AttributeModifier and TypeFieldDescriptionstatic final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ASYNC_CONTEXT_PATH
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ASYNC_PATH_INFO
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ASYNC_QUERY_STRING
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ASYNC_REQUEST_URI
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ASYNC_SERVLET_PATH
static final ScopeEE.Request.Attribute
<Throwable> ScopeEE.Request.ERROR_EXCEPTION
static final ScopeEE.Request.Attribute
<Class<? extends Throwable>> ScopeEE.Request.ERROR_EXCEPTION_TYPE
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ERROR_MESSAGE
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ERROR_REQUEST_URI
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.ERROR_SERVLET_NAME
static final ScopeEE.Request.Attribute
<Integer> ScopeEE.Request.ERROR_STATUS_CODE
static final ScopeEE.Request.Attribute
<Throwable> ScopeEE.Request.EXCEPTION
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.FORWARD_CONTEXT_PATH
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.FORWARD_PATH_INFO
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.FORWARD_QUERY_STRING
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.FORWARD_REQUEST_URI
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.FORWARD_SERVLET_PATH
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.INCLUDE_CONTEXT_PATH
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.INCLUDE_PATH_INFO
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.INCLUDE_QUERY_STRING
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.INCLUDE_REQUEST_URI
static final ScopeEE.Request.Attribute
<String> ScopeEE.Request.INCLUDE_SERVLET_PATH
Methods in com.aoapps.servlet.attribute that return ScopeEE.Request.AttributeModifier and TypeMethodDescription<T> ScopeEE.Request.Attribute
<T> AttributeEE
: Uses the given name within the request scope, still needs context.AttributeEE.Jstl.request()
AttributeEE
: Uses the request scope and this name, still needs context.AttributeEE.Name.request()
AttributeEE
: Uses the request scope and this name, still needs context. -
Uses of ScopeEE.Request.Attribute in com.aoapps.servlet.http
Fields in com.aoapps.servlet.http declared as ScopeEE.Request.AttributeModifier and TypeFieldDescriptionstatic final ScopeEE.Request.Attribute
<Map<String, ?>> Dispatcher.ARG_REQUEST_ATTRIBUTE
The name of the request-scope Map that will contain the arguments for the current page.