Package com.atlassian.bamboo.struts
Class LocalizedTextProviderWrapper
- java.lang.Object
-
- com.atlassian.bamboo.struts.LocalizedTextProviderWrapper
-
- All Implemented Interfaces:
com.opensymphony.xwork2.LocalizedTextProvider,Serializable
public class LocalizedTextProviderWrapper extends Object implements com.opensymphony.xwork2.LocalizedTextProvider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalizedTextProviderWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDefaultResourceBundle(String s)StringfindDefaultText(String s, Locale locale)StringfindDefaultText(String s, Locale locale, Object[] objects)ResourceBundlefindResourceBundle(String s, Locale locale)StringfindText(Class aClass, String s, Locale locale)StringfindText(Class aClass, String s, Locale locale, String s1, Object[] objects)StringfindText(Class aClass, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)StringfindText(ResourceBundle resourceBundle, String s, Locale locale)StringfindText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects)StringfindText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
-
-
-
Method Detail
-
findDefaultText
public String findDefaultText(String s, Locale locale)
- Specified by:
findDefaultTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findDefaultText
public String findDefaultText(String s, Locale locale, Object[] objects)
- Specified by:
findDefaultTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findResourceBundle
public ResourceBundle findResourceBundle(String s, Locale locale)
- Specified by:
findResourceBundlein interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findText
public String findText(Class aClass, String s, Locale locale)
- Specified by:
findTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findText
public String findText(Class aClass, String s, Locale locale, String s1, Object[] objects)
- Specified by:
findTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findText
public String findText(Class aClass, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
- Specified by:
findTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findText
public String findText(ResourceBundle resourceBundle, String s, Locale locale)
- Specified by:
findTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findText
public String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects)
- Specified by:
findTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
findText
public String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
- Specified by:
findTextin interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
addDefaultResourceBundle
public void addDefaultResourceBundle(String s)
- Specified by:
addDefaultResourceBundlein interfacecom.opensymphony.xwork2.LocalizedTextProvider
-
-