Module com.aoapps.servlet.util
Package com.aoapps.servlet.attribute
Class ScopeEE.Application.Attribute<T>
java.lang.Object
com.aoapps.lang.attribute.Scope.Attribute<ServletContext,T>
com.aoapps.servlet.attribute.ScopeEE.Attribute<ServletContext,T>
com.aoapps.servlet.attribute.ScopeEE.Application.Attribute<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
ScopeEE.Application
public static final class ScopeEE.Application.Attribute<T>
extends ScopeEE.Attribute<ServletContext,T>
AttributeEE
: Has application scope and name,
still needs context.- See Also:
-
Field Summary
Fields inherited from class com.aoapps.lang.attribute.Scope.Attribute
name
-
Method Summary
Modifier and TypeMethodDescriptioncontext
(ServletContext servletContext) AttributeEE
: Uses the given context within the application scope and this name.Methods inherited from class com.aoapps.lang.attribute.Scope.Attribute
getName
-
Method Details
-
context
AttributeEE
: Uses the given context within the application scope and this name.- Specified by:
context
in classScopeEE.Attribute<ServletContext,
T>
-