Uses of Class
com.aoapps.servlet.attribute.ScopeEE.Attribute
Packages that use ScopeEE.Attribute
Package
Description
Utilities for working with various attribute scopes.
-
Uses of ScopeEE.Attribute in com.aoapps.servlet.attribute
Subclasses of ScopeEE.Attribute in com.aoapps.servlet.attributeModifier and TypeClassDescriptionstatic final class
AttributeEE
: Has application scope and name, still needs context.static final class
AttributeEE
: Has page scope and name, still needs context.static final class
AttributeEE
: Has request scope and name, still needs context.static final class
AttributeEE
: Has session scope and name, still needs context.Methods in com.aoapps.servlet.attribute that return ScopeEE.AttributeModifier and TypeMethodDescriptionabstract <T> ScopeEE.Attribute
<C, T> AttributeEE
: Uses the given name within this scope, still needs context.<C> ScopeEE.Attribute
<C, T> AttributeEE
: Uses the given scope and this name, still needs context.<C> ScopeEE.Attribute
<C, T> AttributeEE
: Uses the given scope and this name, still needs context.<C> ScopeEE.Attribute
<C, T> AttributeEE
: Uses the given scope (located by content type) and this name, still needs context.