|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.application | |
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(Set<Class<?>> providers,
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 |
ContextResolverFactory.init(ProviderServices providersServices,
InjectableProviderFactory ipf)
|
void |
InjectableProviderFactory.update(InjectableProviderFactory ipf)
|
Uses of InjectableProviderFactory in com.sun.jersey.server.impl.application |
---|
Constructors in com.sun.jersey.server.impl.application with parameters of type InjectableProviderFactory | |
---|---|
RootResourceUriRules(WebApplicationImpl wa,
ResourceConfig resourceConfig,
WadlFactory wadlFactory,
InjectableProviderFactory injectableFactory)
|
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,
Set<AbstractResource> rootResources)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |