Package org.jboss.resteasy.core
Class ContextResolverProxy
- java.lang.Object
-
- org.jboss.resteasy.core.ContextResolverProxy
-
- All Implemented Interfaces:
ContextResolver
public class ContextResolverProxy extends Object implements ContextResolver
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description ContextResolverProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetContext(Class type)Get a context of typeTthat is applicable to the supplied type.
-
-
-
Method Detail
-
getContext
public Object getContext(Class type)
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.
-
-