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