|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceBundleTextProvider
Extension Interface for TextProvider to help supporting ResourceBundles.
Method Summary | |
---|---|
void |
setBundle(ResourceBundle bundle)
Set the resource bundle to use. |
void |
setClazz(Class clazz)
Set the class to use for reading the resource bundle. |
void |
setLocaleProvider(LocaleProvider localeProvider)
Set the LocaleProvider to use. |
Methods inherited from interface com.opensymphony.xwork2.TextProvider |
---|
getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts |
Method Detail |
---|
void setBundle(ResourceBundle bundle)
bundle
- the bundle to use.void setClazz(Class clazz)
clazz
- the class to use for loading.void setLocaleProvider(LocaleProvider localeProvider)
localeProvider
- the LocaleProvider to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |