Package org.apache.struts2.text
Interface ResourceBundleTextProvider
- All Superinterfaces:
TextProvider
- All Known Implementing Classes:
TextProviderSupport
Extension Interface for TextProvider to help supporting ResourceBundles.
- Author:
- Rene Gielen
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBundle
(ResourceBundle bundle) Set the resource bundle to use.void
Set the class to use for reading the resource bundle.void
setLocaleProvider
(LocaleProvider localeProvider) Set the LocaleProvider to use.
-
Method Details
-
setBundle
Set the resource bundle to use.- Parameters:
bundle
- the bundle to use.
-
setClazz
Set the class to use for reading the resource bundle.- Parameters:
clazz
- the class to use for loading.
-
setLocaleProvider
Set the LocaleProvider to use.- Parameters:
localeProvider
- the LocaleProvider to use.
-