org.jboss.weld.environment.servlet.test.examples
Class SentenceTranslator

java.lang.Object
  extended by org.jboss.weld.environment.servlet.test.examples.SentenceTranslator
All Implemented Interfaces:
Translator

public class SentenceTranslator
extends Object
implements Translator


Constructor Summary
SentenceTranslator()
           
 
Method Summary
 String translate(String sentence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentenceTranslator

public SentenceTranslator()
Method Detail

translate

public String translate(String sentence)
Specified by:
translate in interface Translator


Copyright © 2013 Seam Framework. All Rights Reserved.