Uses of Class
com.aoapps.servlet.attribute.ContextEE
Packages that use ContextEE
Package
Description
Utilities for working with various attribute scopes.
-
Uses of ContextEE in com.aoapps.servlet.attribute
Subclasses of ContextEE in com.aoapps.servlet.attributeModifier and TypeClassDescriptionstatic final class
AttributeEE
: Has application scope and context, still needs name.static final class
AttributeEE
: Has page scope and context, still needs name.static final class
AttributeEE
: Has request scope and context, still needs name.static final class
AttributeEE
: Has session scope and context, still needs name.Methods in com.aoapps.servlet.attribute that return ContextEEModifier and TypeMethodDescriptionAttributeEE
: Uses the given context within this scope, still needs name.AttributeEE.getContext()
Gets the context for this attribute.