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 classAttributeEE: Has application scope, still needs context and name.static final classAttributeEE: Has page scope, still needs context and name.static final classAttributeEE: Has request scope, still needs context and name.static final classAttributeEE: 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.
