org.wso2.registry.jdbc.handlers
Class UIEnabledHandler
java.lang.Object
org.wso2.registry.jdbc.handlers.Handler
org.wso2.registry.jdbc.handlers.UIEnabledHandler
- Direct Known Subclasses:
- XSLTBasedUIEnabledHandler
public abstract class UIEnabledHandler
- extends Handler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIEnabledHandler
public UIEnabledHandler()
get
public Resource get(RequestContext requestContext)
throws RegistryException
- Description copied from class:
Handler
- Processes the GET action for resource path of the requestContext.
- Specified by:
get
in class Handler
- Parameters:
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.
- Returns:
- Resource instance if the handler processed the GET action successfully.
- Throws:
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 error
getRawResource
public abstract Resource getRawResource(RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
getView
public abstract Resource getView(java.lang.String viewName,
RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
getEdit
public abstract Resource getEdit(java.lang.String editName,
RequestContext requestContext)
throws RegistryException
- Throws:
RegistryException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.