|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceProvider
A provider that manages the creation of resource class instances. A provider instance is specific to a particular class of resource.
| Method Summary | |
|---|---|
java.lang.Object |
getInstance(ComponentProvider provider,
HttpRequestContext request)
Called to obtain an instance of a resource class. |
void |
init(ComponentProvider provider,
AbstractResource resource)
Specifies the class of the resource that the provider instance will manage access to. |
| Method Detail |
|---|
void init(ComponentProvider provider,
AbstractResource resource)
provider - the component providerresource - the abstract resource
java.lang.Object getInstance(ComponentProvider provider,
HttpRequestContext request)
provider - the component providerrequest - the HTTP request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||