Class AppI18nResourceBundle
- java.lang.Object
-
- java.util.ResourceBundle
-
- org.cyclos.impl.contentmanagement.AppI18nResourceBundle
-
public class AppI18nResourceBundle extends ResourceBundle
A ResourceBundle that reads cyclos4-ui JSON files
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description AppI18nResourceBundle(Map<String,?> i18n)AppI18nResourceBundle(Map<String,?> i18n, ResourceBundle parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Enumeration<String>getKeys()protected ObjecthandleGetObject(String key)-
Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParent
-
-
-
-
Constructor Detail
-
AppI18nResourceBundle
public AppI18nResourceBundle(Map<String,?> i18n, ResourceBundle parent)
-
-
Method Detail
-
getKeys
public Enumeration<String> getKeys()
- Specified by:
getKeysin classResourceBundle
-
handleGetObject
protected Object handleGetObject(String key)
- Specified by:
handleGetObjectin classResourceBundle
-
-