- All Implemented Interfaces:
Serializable
AttributeEE
: Has session scope,
still needs context and name.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
AttributeEE
: Has session scope and name, still needs context.Nested classes/interfaces inherited from class com.aoapps.servlet.attribute.ScopeEE
ScopeEE.Application, ScopeEE.Page, ScopeEE.Request, ScopeEE.Session
-
Field Summary
Fields inherited from class com.aoapps.servlet.attribute.ScopeEE
APPLICATION, PAGE, REQUEST, SESSION
-
Method Summary
Modifier and TypeMethodDescription<T> ScopeEE.Session.Attribute
<T> AttributeEE
: Uses the given name within the session scope, still needs context.context
(HttpSession session) AttributeEE
: Uses the given context within the session scope, still needs name.
-
Field Details
-
REQUEST_CHAR_SET
- See Also:
-
-
Method Details
-
context
AttributeEE
: Uses the given context within the session scope, still needs name.- Specified by:
context
in classScopeEE<HttpSession>
-
attribute
AttributeEE
: Uses the given name within the session scope, still needs context.- Specified by:
attribute
in classScopeEE<HttpSession>
-