Module com.aoapps.servlet.util
Package com.aoapps.servlet.attribute
Class ScopeEE.Request.Attribute<T>
java.lang.Object
com.aoapps.lang.attribute.Scope.Attribute<ServletRequest,T>
com.aoapps.servlet.attribute.ScopeEE.Attribute<ServletRequest,T>
com.aoapps.servlet.attribute.ScopeEE.Request.Attribute<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
ScopeEE.Request
AttributeEE
: Has request scope and name,
still needs context.- See Also:
-
Field Summary
Fields inherited from class com.aoapps.lang.attribute.Scope.Attribute
name
-
Method Summary
Modifier and TypeMethodDescriptioncontext
(ServletRequest request) AttributeEE
: Uses the given context within the request scope and this name.Methods inherited from class com.aoapps.lang.attribute.Scope.Attribute
getName
-
Method Details
-
context
AttributeEE
: Uses the given context within the request scope and this name.- Specified by:
context
in classScopeEE.Attribute<ServletRequest,
T>
-