java.lang.Object
com.aoapps.lang.attribute.Context<ServletRequest>
com.aoapps.servlet.attribute.ContextEE<ServletRequest>
com.aoapps.servlet.attribute.ContextEE.Request
AttributeEE
: Has request scope and context,
still needs name.-
Nested Class Summary
Nested classes/interfaces inherited from class com.aoapps.servlet.attribute.ContextEE
ContextEE.Application, ContextEE.Page, ContextEE.Request, ContextEE.Session
-
Method Summary
Modifier and TypeMethodDescription<T> AttributeEE.Request
<T> AttributeEE
: Uses the given name within this request scope and context.Gets the attribute names within this request scope and context.getScope()
Gets the request scope.Methods inherited from class com.aoapps.servlet.attribute.ContextEE
application, page, request, session
-
Method Details
-
getScope
Gets the request scope.- Specified by:
getScope
in classContextEE<ServletRequest>
-
attribute
AttributeEE
: Uses the given name within this request scope and context.- Specified by:
attribute
in classContextEE<ServletRequest>
-
getAttributeNames
Gets the attribute names within this request scope and context.- Specified by:
getAttributeNames
in classContext<ServletRequest>
-