org.apache.empire.struts2.actionsupport
Class TextProviderActionSupport
java.lang.Object
com.opensymphony.xwork2.TextProviderSupport
org.apache.empire.struts2.actionsupport.TextProviderActionSupport
- All Implemented Interfaces:
- com.opensymphony.xwork2.ResourceBundleTextProvider, com.opensymphony.xwork2.TextProvider
public class TextProviderActionSupport
- extends com.opensymphony.xwork2.TextProviderSupport
Method Summary |
static com.opensymphony.xwork2.TextProvider |
getInstance(java.lang.Class clazz,
com.opensymphony.xwork2.LocaleProvider provider)
|
java.lang.String |
getText(java.lang.String key,
java.lang.String defaultValue,
java.util.List args)
|
static boolean |
isCachingEnabled()
|
static void |
setCachingEnabled(boolean enable)
|
Methods inherited from class com.opensymphony.xwork2.TextProviderSupport |
getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, setBundle, setClazz, setLocaleProvider |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setCachingEnabled
public static void setCachingEnabled(boolean enable)
getInstance
public static com.opensymphony.xwork2.TextProvider getInstance(java.lang.Class clazz,
com.opensymphony.xwork2.LocaleProvider provider)
isCachingEnabled
public static boolean isCachingEnabled()
getText
public java.lang.String getText(java.lang.String key,
java.lang.String defaultValue,
java.util.List args)
- Specified by:
getText
in interface com.opensymphony.xwork2.TextProvider
- Overrides:
getText
in class com.opensymphony.xwork2.TextProviderSupport