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