Scope.Attribute<C,T> |
Attribute.Name.ScopeFactory.attribute(Class<?> contextType,
String name) |
Gets the scope attribute for the given context type and name or null if not handled by this factory.
|
abstract <T> Scope.Attribute<C,T> |
Scope.attribute(String name) |
Attribute: Uses the given name within this scope, still needs context.
|
<C> Scope.Attribute<C,T> |
Attribute.Name.scope(Scope<C> scope) |
Attribute: Uses the given scope and this name, still needs context.
|
<C> Scope.Attribute<C,T> |
Attribute.Name.scope(Class<C> contextType) |
Attribute: Uses the given scope (located by content type) and this name, still needs context.
|