|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of the contextpublic interface ContextResolver<T>
Contract for a provider that supplies context information to resource
classes and other providers.
A ContextResolver implementation may be annotated
with Produces to restrict the media types for
which it will be considered suitable.
Providers implementing ContextResolver contract must be either programmatically
registered in a JAX-RS runtime or must be annotated with
@Provider annotation to be automatically discovered
by the JAX-RS runtime during a provider scanning phase.
Context,
Providers.getContextResolver(Class, javax.ws.rs.core.MediaType),
Provider,
Produces| Method Summary | |
|---|---|
T |
getContext(Class<?> type)
Get a context of type T that is applicable to the supplied
type. |
| Method Detail |
|---|
T getContext(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 | |||||||||