|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentProvider | |
|---|---|
| com.sun.jersey.api.client | Provides support for client-side communication with HTTP-based RESTful Web services. |
| com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
| com.sun.jersey.spi.resource | Provides support for plugable life-cycle declaration and implementation. |
| com.sun.jersey.spi.service | Provides support for services and components. |
| Uses of ComponentProvider in com.sun.jersey.api.client |
|---|
| Methods in com.sun.jersey.api.client with parameters of type ComponentProvider | |
|---|---|
static Client |
Client.create(ClientConfig cc,
ComponentProvider cp)
Create a default client with client configuration and component provider. |
| Constructors in com.sun.jersey.api.client with parameters of type ComponentProvider | |
|---|---|
Client(ClientHandler root,
ClientConfig config,
ComponentProvider provider)
Create a new instance with a client configuration and a component provider. |
|
| Uses of ComponentProvider in com.sun.jersey.spi.container |
|---|
| Methods in com.sun.jersey.spi.container that return ComponentProvider | |
|---|---|
ComponentProvider |
WebApplication.getComponentProvider()
Get the component provider that can be used for instantiating components other than resource classes. |
ComponentProvider |
WebApplication.getResourceComponentProvider()
Get the component provider that can be used for instantiating resource classes. |
| Methods in com.sun.jersey.spi.container with parameters of type ComponentProvider | |
|---|---|
void |
WebApplication.initiate(ResourceConfig resourceConfig,
ComponentProvider provider)
Initiate the Web application. |
| Uses of ComponentProvider in com.sun.jersey.spi.resource |
|---|
| Methods in com.sun.jersey.spi.resource with parameters of type ComponentProvider | |
|---|---|
ResourceProvider |
ResourceProviderFactory.createProvider(ComponentProvider provider,
ComponentProvider resourceProvider,
AbstractResource resource,
java.util.Map<java.lang.String,java.lang.Boolean> resourceFeatures,
java.util.Map<java.lang.String,java.lang.Object> resourceProperties)
Obtain a ResourceProvider instance for the supplied resourceClass. |
java.lang.Object |
ResourceProvider.getInstance(ComponentProvider provider,
HttpContext context)
Called to obtain an instance of a resource class. |
void |
ResourceProvider.init(ComponentProvider provider,
ComponentProvider resourceProvider,
AbstractResource resource)
Specifies the class of the resource that the provider instance will manage access to. |
| Uses of ComponentProvider in com.sun.jersey.spi.service |
|---|
| Methods in com.sun.jersey.spi.service with parameters of type ComponentProvider | ||
|---|---|---|
static
|
ServiceFinder.find(java.lang.Class<T> service,
boolean ignoreOnClassNotFound,
ComponentProvider componentProvider)
Locates and incrementally instantiates the available providers of a given service using the context class loader. |
|
static
|
ServiceFinder.find(java.lang.Class<T> service,
java.lang.ClassLoader loader,
boolean ignoreOnClassNotFound,
ComponentProvider componentProvider)
Locates and incrementally instantiates the available providers of a given service using the given class loader. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||