Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
ProviderServices.update(Set<Class<?>> providers,
Set<?> providerInstances,
InjectableProviderFactory ipf) |
Modifier and Type | Method and Description |
---|---|
void |
ContextResolverFactory.init(ProviderServices providersServices,
InjectableProviderFactory ipf) |
void |
InjectableProviderFactory.update(InjectableProviderFactory ipf) |
Constructor and Description |
---|
RootResourceUriRules(WebApplicationImpl wa,
ResourceConfig resourceConfig,
WadlFactory wadlFactory,
InjectableProviderFactory injectableFactory) |
Modifier and Type | Class and Description |
---|---|
class |
ServerInjectableProviderFactory |
Modifier and Type | Method and Description |
---|---|
void |
WadlFactory.init(InjectableProviderFactory ipf,
Set<AbstractResource> rootResources) |
Copyright © 2013 Oracle Corporation. All rights reserved.