org.jboss.resteasy.core
Class ContextResolverProxy

java.lang.Object
  extended by org.jboss.resteasy.core.ContextResolverProxy
All Implemented Interfaces:
ContextResolver

public class ContextResolverProxy
extends java.lang.Object
implements ContextResolver

Version:
$Revision: 1 $
Author:
Bill Burke

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

ContextResolverProxy

public ContextResolverProxy()
Method Detail

getContext

public java.lang.Object getContext(java.lang.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 © 2009. All Rights Reserved.