java.lang.Object
com.aoapps.lang.attribute.Scope.Attribute<C,T>
com.aoapps.servlet.attribute.ScopeEE.Attribute<C,T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ScopeEE.Application.Attribute
,ScopeEE.Page.Attribute
,ScopeEE.Request.Attribute
,ScopeEE.Session.Attribute
AttributeEE
: Has 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 TypeMethodDescriptionabstract AttributeEE
<C, T> AttributeEE
: Uses the given context within this scope and name.Methods inherited from class com.aoapps.lang.attribute.Scope.Attribute
getName
-
Method Details
-
context
AttributeEE
: Uses the given context within this scope and name.- Specified by:
context
in classScope.Attribute<C,
T>
-