Package org.jboss.resteasy.core
Class ContextResolverProxy
java.lang.Object
org.jboss.resteasy.core.ContextResolverProxy
- All Implemented Interfaces:
ContextResolver
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContext(Class type) Get a context of typeTthat is applicable to the supplied type.
-
Constructor Details
-
ContextResolverProxy
public ContextResolverProxy()
-
-
Method Details
-
getContext
Description copied from interface:ContextResolverGet a context of typeTthat is applicable to the supplied type.- Specified by:
getContextin interfaceContextResolver- Parameters:
type- the class of object for which a context is desired- Returns:
- a context for the supplied type or
nullif a context for the supplied type is not available from this provider.
-