Save This Page
Home » xwork-2.1.5 » com.opensymphony » xwork2 » [javadoc | source]
com.opensymphony.xwork2
public class: DefaultTextProvider [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.DefaultTextProvider

All Implemented Interfaces:
    TextProvider, Unchainable, Serializable

DefaultTextProvider gets texts from only the default resource bundles associated with the LocalizedTextUtil.
Constructor:
 public DefaultTextProvider() 
Method from com.opensymphony.xwork2.DefaultTextProvider Summary:
getText,   getText,   getText,   getText,   getText,   getText,   getText,   getText,   getText,   getTexts,   getTexts,   hasKey
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.xwork2.DefaultTextProvider Detail:
 public String getText(String key) 
 public String getText(String key,
    String defaultValue) 
 public String getText(String key,
    List<Object> args) 
 public String getText(String key,
    String[] args) 
 public String getText(String key,
    String defaultValue,
    List<Object> args) 
 public String getText(String key,
    String defaultValue,
    String[] args) 
 public String getText(String key,
    String defaultValue,
    String obj) 
 public String getText(String key,
    String defaultValue,
    List<Object> args,
    ValueStack stack) 
 public String getText(String key,
    String defaultValue,
    String[] args,
    ValueStack stack) 
 public ResourceBundle getTexts() 
 public ResourceBundle getTexts(String bundleName) 
 public boolean hasKey(String key)