Uses of Class
com.aoapps.lang.attribute.Attribute
-
Packages that use Attribute Package Description com.aoapps.lang.attribute Utilities for working with various attribute scopes. -
-
Uses of Attribute in com.aoapps.lang.attribute
Methods in com.aoapps.lang.attribute that return Attribute Modifier and Type Method Description Attribute<C,T>Attribute.Name.ContextFactory. attribute(Object context, String name)Gets the attribute for the given context and name ornullif not handled by this factory.abstract <T> Attribute<C,T>Context. attribute(String name)Attribute: Uses the given name within this scope and context.<C> Attribute<C,T>Attribute.Name. context(C context)Attribute: Uses the given context and this name.abstract Attribute<C,T>Scope.Attribute. context(C context)Attribute: Uses the given context within this scope and name.
-