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