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. 
 

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)
           
 



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