Package org.analogweb.util
Class PropertyResourceBundleMessageResource.PropertyResourceBundleControl
- java.lang.Object
-
- java.util.ResourceBundle.Control
-
- org.analogweb.util.PropertyResourceBundleMessageResource.PropertyResourceBundleControl
-
- Enclosing class:
- PropertyResourceBundleMessageResource
protected static class PropertyResourceBundleMessageResource.PropertyResourceBundleControl extends ResourceBundle.Control
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle.Control
FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PropertyResourceBundleControl(String charsetName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceBundle
newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload)
-
Methods inherited from class java.util.ResourceBundle.Control
getCandidateLocales, getControl, getFallbackLocale, getFormats, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceName
-
-
-
-
Constructor Detail
-
PropertyResourceBundleControl
protected PropertyResourceBundleControl(String charsetName)
-
-
Method Detail
-
newBundle
public ResourceBundle newBundle(String baseName, Locale locale, String format, ClassLoader loader, boolean reload) throws IllegalAccessException, InstantiationException, IOException
- Overrides:
newBundle
in classResourceBundle.Control
- Throws:
IllegalAccessException
InstantiationException
IOException
-
-