org.jbpm.formapi.server.trans
Interface Translator

All Known Implementing Classes:
ScriptingTranslator

public interface Translator


Method Summary
 String getLanguage()
           
 URL translateForm(FormRepresentation form)
           
 Object translateItem(FormItemRepresentation item)
           
 

Method Detail

getLanguage

String getLanguage()

translateForm

URL translateForm(FormRepresentation form)
                  throws TranslatorException
Throws:
TranslatorException

translateItem

Object translateItem(FormItemRepresentation item)
                     throws TranslatorException
Throws:
TranslatorException


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.