public interface ResourceComponentProvider extends ComponentProvider
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the resource component provider.
|
java.lang.Object |
getInstance(HttpContext hc)
Get the instance.
|
ComponentScope |
getScope()
Get the scope.
|
void |
init(AbstractResource abstractResource)
Initiate the component provider with the resource model.
|
getInstancevoid init(AbstractResource abstractResource)
abstractResource - ComponentScope getScope()
java.lang.Object getInstance(HttpContext hc)
hc - the HTTP context.void destroy()
Copyright © 2016 Oracle Corporation. All Rights Reserved.