public class LocalizedTextProviderWrapper extends Object implements com.opensymphony.xwork2.LocalizedTextProvider
| Constructor and Description |
|---|
LocalizedTextProviderWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDefaultResourceBundle(String s) |
String |
findDefaultText(String s,
Locale locale) |
String |
findDefaultText(String s,
Locale locale,
Object[] objects) |
ResourceBundle |
findResourceBundle(String s,
Locale locale) |
String |
findText(Class aClass,
String s,
Locale locale) |
String |
findText(Class aClass,
String s,
Locale locale,
String s1,
Object[] objects) |
String |
findText(Class aClass,
String s,
Locale locale,
String s1,
Object[] objects,
com.opensymphony.xwork2.util.ValueStack valueStack) |
String |
findText(ResourceBundle resourceBundle,
String s,
Locale locale) |
String |
findText(ResourceBundle resourceBundle,
String s,
Locale locale,
String s1,
Object[] objects) |
String |
findText(ResourceBundle resourceBundle,
String s,
Locale locale,
String s1,
Object[] objects,
com.opensymphony.xwork2.util.ValueStack valueStack) |
public String findDefaultText(String s, Locale locale)
findDefaultText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic String findDefaultText(String s, Locale locale, Object[] objects)
findDefaultText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic ResourceBundle findResourceBundle(String s, Locale locale)
findResourceBundle in interface com.opensymphony.xwork2.LocalizedTextProviderpublic String findText(Class aClass, String s, Locale locale)
findText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic String findText(Class aClass, String s, Locale locale, String s1, Object[] objects)
findText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic String findText(Class aClass, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
findText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic String findText(ResourceBundle resourceBundle, String s, Locale locale)
findText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects)
findText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
findText in interface com.opensymphony.xwork2.LocalizedTextProviderpublic void addDefaultResourceBundle(String s)
addDefaultResourceBundle in interface com.opensymphony.xwork2.LocalizedTextProviderCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.