com.sun.jersey.core.spi.factory
Class ContextResolverFactory
java.lang.Object
com.sun.jersey.core.spi.factory.ContextResolverFactory
public class ContextResolverFactory
- extends Object
A factory for managing ContextResolver
instances.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextResolverFactory
public ContextResolverFactory()
init
public void init(ProviderServices providersServices,
InjectableProviderFactory ipf)
resolve
public <T> ContextResolver<T> resolve(Type t,
MediaType m)
Copyright © 2013 Oracle Corporation. All Rights Reserved.