Uses of Class
com.sun.jersey.core.spi.factory.InjectableProviderFactory

Packages that use InjectableProviderFactory
com.sun.jersey.core.spi.component Provides support for components. 
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.server.impl.inject   
com.sun.jersey.server.impl.wadl   
 

Uses of InjectableProviderFactory in com.sun.jersey.core.spi.component
 

Methods in com.sun.jersey.core.spi.component with parameters of type InjectableProviderFactory
 void ProviderServices.update(java.util.Set<java.lang.Class<?>> providers, java.util.Set<?> providerInstances, InjectableProviderFactory ipf)
           
 

Uses of InjectableProviderFactory in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory with parameters of type InjectableProviderFactory
 void InjectableProviderFactory.update(InjectableProviderFactory ipf)
           
 

Constructors in com.sun.jersey.core.spi.factory with parameters of type InjectableProviderFactory
ContextResolverFactory(ProviderServices providersServices, InjectableProviderFactory ipf)
           
 

Uses of InjectableProviderFactory in com.sun.jersey.server.impl.inject
 

Subclasses of InjectableProviderFactory in com.sun.jersey.server.impl.inject
 class ServerInjectableProviderFactory
           
 

Uses of InjectableProviderFactory in com.sun.jersey.server.impl.wadl
 

Methods in com.sun.jersey.server.impl.wadl with parameters of type InjectableProviderFactory
 void WadlFactory.init(InjectableProviderFactory ipf, java.util.Set<AbstractResource> rootResources)
           
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.