|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.core.ContextResolverProxy
public class ContextResolverProxy
Constructor Summary | |
---|---|
ContextResolverProxy()
|
Method Summary | |
---|---|
java.lang.Object |
getContext(java.lang.Class type)
Get a context of type T that is applicable to the supplied
type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContextResolverProxy()
Method Detail |
---|
public java.lang.Object getContext(java.lang.Class type)
ContextResolver
T
that is applicable to the supplied
type.
getContext
in interface ContextResolver
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 |