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

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

@Alternative
public class MockSentenceTranslator
extends Object
implements Translator


Constructor Summary
MockSentenceTranslator()
           
 
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

MockSentenceTranslator

public MockSentenceTranslator()
Method Detail

translate

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


Copyright © 2013 Seam Framework. All Rights Reserved.