java.lang.Object
com.aoapps.lang.attribute.Attribute<C,T>
com.aoapps.servlet.attribute.AttributeEE<C,T>
- Direct Known Subclasses:
AttributeEE.Application,AttributeEE.Page,AttributeEE.Request,AttributeEE.Session
An attribute has scope, context, and name and is used for value access.
- Author:
- AO Industries, Inc.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classA JSTL attribute name without any specific scope or context.static classA name without any specific scope or context.static final classstatic final classstatic final classNested classes/interfaces inherited from class com.aoapps.lang.attribute.Attribute
Attribute.OldValue -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> AttributeEE.Name<T> AttributeEE: Uses the given name, still needs scope or context.Gets the context for this attribute.static <T> AttributeEE.Jstl<T> A JSTL attribute name without any specific scope or context.Methods inherited from class com.aoapps.lang.attribute.Attribute
compute, computeIfAbsent, computeIfPresent, get, getName, getOrDefault, init, merge, remove, remove, replace, replace, set, setIfAbsent
-
Method Details
-
getContext
Gets the context for this attribute.- Specified by:
getContextin classAttribute<C,T>
-
attribute
AttributeEE: Uses the given name, still needs scope or context. -
jstl
A JSTL attribute name without any specific scope or context. Suffixes are automatically added to be compatible withConfig.set(javax.servlet.jsp.PageContext, java.lang.String, java.lang.Object, int).AttributeEE: Uses the given name, still needs scope or context.
-
