- java.lang.Object
-
- com.aoapps.lang.attribute.Context<C>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContext()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <T> Attribute<C,T>attribute(String name)Attribute: Uses the given name within this scope and context.abstract Enumeration<String>getAttributeNames()Gets the attribute names within this scope and context.abstract Scope<C>getScope()Gets the scope for this context.
-