Package org.activiti.engine.impl.context
Class Context.ResourceBundleControl
- java.lang.Object
-
- java.util.ResourceBundle.Control
-
- org.activiti.engine.impl.context.Context.ResourceBundleControl
-
- Enclosing class:
- Context
public static class Context.ResourceBundleControl 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 Constructor Description ResourceBundleControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Locale>getCandidateLocales(String baseName, Locale locale)-
Methods inherited from class java.util.ResourceBundle.Control
getControl, getFallbackLocale, getFormats, getNoFallbackControl, getTimeToLive, needsReload, newBundle, toBundleName, toResourceName
-
-
-
-
Method Detail
-
getCandidateLocales
public List<Locale> getCandidateLocales(String baseName, Locale locale)
- Overrides:
getCandidateLocalesin classResourceBundle.Control
-
-