org.jbpm.formapi.server.trans
Class ScriptingTranslator
java.lang.Object
org.jbpm.formapi.server.trans.ScriptingTranslator
- All Implemented Interfaces:
- Translator
public class ScriptingTranslator
- extends Object
- implements Translator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptingTranslator
public ScriptingTranslator(String language,
String folderClassPathLocation)
getLanguage
public String getLanguage()
- Specified by:
getLanguage in interface Translator
translateItem
public String translateItem(FormItemRepresentation item)
throws TranslatorException
- Specified by:
translateItem in interface Translator
- Throws:
TranslatorException
translateForm
public URL translateForm(FormRepresentation form)
throws TranslatorException
- Specified by:
translateForm in interface Translator
- Throws:
TranslatorException
getParam
public String getParam(String paramName,
String paramValue)
getParam
public String getParam(String paramName,
Integer paramValue)
getStyleParam
public String getStyleParam(String paramName,
String paramValue)
getOnEventParams
public String getOnEventParams(FormItemRepresentation item)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.