|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.ow.server.app.OwJspFormConfigurator
public class OwJspFormConfigurator
JspForm Configurator. Class to load and handle multiple JSP form configuration.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Constructor Summary | |
---|---|
OwJspFormConfigurator(OwXMLUtil node_p)
Create JSP Configurator based on plugin configuration. |
|
OwJspFormConfigurator(String singleForm_p)
Create JSP Configurator with a default jspForm for all object classes |
Method Summary | |
---|---|
String |
getJspForm(String objectclassname_p)
Get a JSP form depending on OwObjectClass name |
boolean |
isJspFormEnabled()
JspForms configured. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OwJspFormConfigurator(String singleForm_p)
singleForm_p
- form pathpublic OwJspFormConfigurator(OwXMLUtil node_p) throws Exception
node_p
- OwXMLUtil node to read configuration
Exception
- if problems occur while reading configurationMethod Detail |
---|
public String getJspForm(String objectclassname_p)
objectclassname_p
- OwObjectClass name
public boolean isJspFormEnabled()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |