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_PATHstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.ASYNC_PATH_INFOstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.ASYNC_QUERY_STRINGstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.ASYNC_REQUEST_URIstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.ASYNC_SERVLET_PATHstatic final ScopeEE.Request.Attribute<Throwable> ScopeEE.Request.ERROR_EXCEPTIONstatic final ScopeEE.Request.Attribute<Class<? extends Throwable>> ScopeEE.Request.ERROR_EXCEPTION_TYPEstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.ERROR_MESSAGEstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.ERROR_REQUEST_URIstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.ERROR_SERVLET_NAMEstatic final ScopeEE.Request.Attribute<Integer> ScopeEE.Request.ERROR_STATUS_CODEstatic final ScopeEE.Request.Attribute<Throwable> ScopeEE.Request.EXCEPTIONstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.FORWARD_CONTEXT_PATHstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.FORWARD_PATH_INFOstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.FORWARD_QUERY_STRINGstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.FORWARD_REQUEST_URIstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.FORWARD_SERVLET_PATHstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.INCLUDE_CONTEXT_PATHstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.INCLUDE_PATH_INFOstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.INCLUDE_QUERY_STRINGstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.INCLUDE_REQUEST_URIstatic final ScopeEE.Request.Attribute<String> ScopeEE.Request.INCLUDE_SERVLET_PATHMethods 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_ATTRIBUTEThe name of the request-scope Map that will contain the arguments for the current page.
