com.acme.cdi.translate
Class TranslateController
java.lang.Object
com.acme.cdi.translate.TranslateController
- All Implemented Interfaces:
- Serializable
@Named
@SessionScoped
public class TranslateController
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranslateController
public TranslateController()
translate
public void translate()
getInputText
public String getInputText()
setInputText
public void setInputText(String text)
getTranslation
public String getTranslation()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.