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