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
Method Summary |
Object |
getContext(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 |
ContextResolverProxy
public ContextResolverProxy()
getContext
public Object getContext(Class type)
- Description copied from interface:
ContextResolver
- Get a context of type
T
that is applicable to the supplied
type.
- Specified by:
getContext
in interface ContextResolver
- Parameters:
type
- the class of object for which a context is desired
- Returns:
- a context for the supplied type or
null
if a
context for the supplied type is not available from this provider.
Copyright © 2012. All Rights Reserved.