|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.registry.jdbc.handlers.Handler
org.wso2.registry.jdbc.handlers.UIEnabledHandler
public abstract class UIEnabledHandler
Field Summary |
---|
Fields inherited from class org.wso2.registry.jdbc.handlers.Handler |
---|
authorizationUtil, resourceDAO |
Constructor Summary | |
---|---|
UIEnabledHandler()
|
Method Summary | |
---|---|
Resource |
get(RequestContext requestContext)
Processes the GET action for resource path of the requestContext. |
abstract Resource |
getEdit(RequestContext requestContext)
|
abstract Resource |
getRawResource(RequestContext requestContext)
|
abstract Resource |
getView(RequestContext requestContext)
|
Methods inherited from class org.wso2.registry.jdbc.handlers.Handler |
---|
delete, importChild, importResource, put, putChild |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIEnabledHandler()
Method Detail |
---|
public Resource get(RequestContext requestContext) throws RegistryException
Handler
get
in class Handler
requestContext
- Information about the current request.
requestContext.resourcePath: Path of the resource
requestContext.resource: Resource at the given path. This can be null if no other handler has
retrieved that resource so far. If it contains a value, matching handlers are free to do any
change to the resource, even thay can replace the resource with completely new instance.
RegistryException
- If the media type handler is supposed to handle
the get on the media type and if the get fails due a handler specific errorpublic abstract Resource getRawResource(RequestContext requestContext) throws RegistryException
RegistryException
public abstract Resource getView(RequestContext requestContext) throws RegistryException
RegistryException
public abstract Resource getEdit(RequestContext requestContext) throws RegistryException
RegistryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |