org.wso2.registry.jdbc.handlers
Class XSLTBasedUIEnabledHandler
java.lang.Object
org.wso2.registry.jdbc.handlers.Handler
org.wso2.registry.jdbc.handlers.UIEnabledHandler
org.wso2.registry.jdbc.handlers.XSLTBasedUIEnabledHandler
public class XSLTBasedUIEnabledHandler
- extends UIEnabledHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
viewXSLT
protected java.lang.String viewXSLT
viewTransformer
protected javax.xml.transform.Transformer viewTransformer
editXSLT
protected java.lang.String editXSLT
editTransformer
protected javax.xml.transform.Transformer editTransformer
XSLTBasedUIEnabledHandler
public XSLTBasedUIEnabledHandler()
setViewXSLT
public void setViewXSLT(java.lang.String viewXSLT)
throws RegistryException
- Throws:
RegistryException
setEditXSLT
public void setEditXSLT(java.lang.String editXSLT)
throws RegistryException
- Throws:
RegistryException
getBrowseViews
public java.lang.String[] getBrowseViews()
- Specified by:
getBrowseViews
in class UIEnabledHandler
getEditViews
public java.lang.String[] getEditViews()
- Specified by:
getEditViews
in class UIEnabledHandler
getView
public Resource getView(java.lang.String viewName,
RequestContext requestContext)
throws RegistryException
- Specified by:
getView
in class UIEnabledHandler
- Throws:
RegistryException
getEdit
public Resource getEdit(java.lang.String editName,
RequestContext requestContext)
throws RegistryException
- Specified by:
getEdit
in class UIEnabledHandler
- Throws:
RegistryException
Copyright © 2007 Apache Web Services Project. All Rights Reserved.