|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContextResolver<T>
Contract for a provider that supplies context information to resource
classes and other providers. An implementation of this interface must be
annotated with Provider
.
An injected instance of this interface will try each provider of the same generic type until one returns a non-null context.
Context
,
Provider
Method Summary | |
---|---|
T |
getContext(java.lang.Class<?> type)
Get a context of type T that is applicable to the supplied
type. |
Method Detail |
---|
T getContext(java.lang.Class<?> type)
T
that is applicable to the supplied
type.
type
- the class of object for which a context is desired
null if a
context for the supplied type is not available from this provider.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |