java.lang.Object
com.aoapps.lang.attribute.Scope.Attribute<JspContext,T>
com.aoapps.servlet.attribute.ScopeEE.Attribute<JspContext,T>
com.aoapps.servlet.attribute.ScopeEE.Page.Attribute<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
ScopeEE.Page
AttributeEE
: Has page 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
(JspContext jspContext) AttributeEE
: Uses the given context within the page 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 page scope and this name.- Specified by:
context
in classScopeEE.Attribute<JspContext,
T>
-