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:
getScopein classContextEE<HttpSession>
-
attribute
AttributeEE: Uses the given name within this session scope and context.- Specified by:
attributein classContextEE<HttpSession>
-
getAttributeNames
Gets the attribute names within this session scope and context.- Specified by:
getAttributeNamesin classContext<HttpSession>
-
