org.jboss.cdi.tck.tests.extensions.interceptors
Class WordSource

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.interceptors.WordSource

public class WordSource
extends Object


Field Summary
static String suffix
           
static String word
           
static String wordWithSuffix
           
 
Constructor Summary
WordSource()
           
 
Method Summary
 String getWord()
           
 String getWordWithSuffix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

word

public static final String word
See Also:
Constant Field Values

suffix

public static final String suffix
See Also:
Constant Field Values

wordWithSuffix

public static final String wordWithSuffix
See Also:
Constant Field Values
Constructor Detail

WordSource

public WordSource()
Method Detail

getWordWithSuffix

public String getWordWithSuffix()

getWord

public String getWord()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.