Module com.aoapps.servlet.util
Package com.aoapps.servlet.attribute
Class ScopeEE.Session.Attribute<T>
java.lang.Object
com.aoapps.lang.attribute.Scope.Attribute<HttpSession,T>
com.aoapps.servlet.attribute.ScopeEE.Attribute<HttpSession,T>
com.aoapps.servlet.attribute.ScopeEE.Session.Attribute<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
ScopeEE.Session
AttributeEE: Has session 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(HttpSession session) AttributeEE: Uses the given context within the session 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 session scope and this name.- Specified by:
contextin classScopeEE.Attribute<HttpSession,T>
-
