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.LocalizedTextProvider
public String findDefaultText(String s, Locale locale, Object[] objects)
findDefaultText
in interface com.opensymphony.xwork2.LocalizedTextProvider
public ResourceBundle findResourceBundle(String s, Locale locale)
findResourceBundle
in interface com.opensymphony.xwork2.LocalizedTextProvider
public String findText(Class aClass, String s, Locale locale)
findText
in interface com.opensymphony.xwork2.LocalizedTextProvider
public String findText(Class aClass, String s, Locale locale, String s1, Object[] objects)
findText
in interface com.opensymphony.xwork2.LocalizedTextProvider
public String findText(Class aClass, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
findText
in interface com.opensymphony.xwork2.LocalizedTextProvider
public String findText(ResourceBundle resourceBundle, String s, Locale locale)
findText
in interface com.opensymphony.xwork2.LocalizedTextProvider
public String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects)
findText
in interface com.opensymphony.xwork2.LocalizedTextProvider
public String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
findText
in interface com.opensymphony.xwork2.LocalizedTextProvider
public void addDefaultResourceBundle(String s)
addDefaultResourceBundle
in interface com.opensymphony.xwork2.LocalizedTextProvider
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.