AttributeEE
: Has page 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.Page
<T> AttributeEE
: Uses the given name within this page scope and context.Gets the attribute names within this page scope and context.getScope()
Gets the page scope.Methods inherited from class com.aoapps.servlet.attribute.ContextEE
application, page, request, session
-
Method Details
-
getScope
Gets the page scope.- Specified by:
getScope
in classContextEE<JspContext>
-
attribute
AttributeEE
: Uses the given name within this page scope and context.- Specified by:
attribute
in classContextEE<JspContext>
-
getAttributeNames
Gets the attribute names within this page scope and context.- Specified by:
getAttributeNames
in classContext<JspContext>
-