org.jbpm.formbuilder.server.trans.gwt
Class Translator

java.lang.Object
  extended by org.jbpm.formbuilder.server.trans.gwt.Translator
All Implemented Interfaces:
Translator

public class Translator
extends Object
implements Translator


Constructor Summary
Translator()
           
 
Method Summary
 String getLanguage()
           
 URL translateForm(FormRepresentation form)
           
 Object translateItem(FormItemRepresentation item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Translator

public Translator()
Method Detail

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.