java.lang.Object
com.aoapps.lang.attribute.Scope<ServletContext>
com.aoapps.servlet.attribute.ScopeEE<ServletContext>
com.aoapps.servlet.attribute.ScopeEE.Application
- All Implemented Interfaces:
Serializable
AttributeEE
: Has application scope,
still needs context and name.- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
AttributeEE
: Has application 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
Modifier and TypeFieldDescriptionstatic final ScopeEE.Application.Attribute
<List<String>> static final ScopeEE.Application.Attribute
<File> Fields inherited from class com.aoapps.servlet.attribute.ScopeEE
APPLICATION, PAGE, REQUEST, SESSION
-
Method Summary
Modifier and TypeMethodDescriptionAttributeEE
: Uses the given name within the application scope, still needs context.context
(ServletContext servletContext) AttributeEE
: Uses the given context within the application scope, still needs name.
-
Field Details
-
ORDERED_LIBS
- See Also:
-
TEMPDIR
- See Also:
-
-
Method Details
-
context
AttributeEE
: Uses the given context within the application scope, still needs name.- Specified by:
context
in classScopeEE<ServletContext>
-
attribute
AttributeEE
: Uses the given name within the application scope, still needs context.- Specified by:
attribute
in classScopeEE<ServletContext>
-