Package com.composum.sling.core
Class RequestBundle.BundleWrapper
- java.lang.Object
-
- java.util.ResourceBundle
-
- com.composum.sling.core.RequestBundle.BundleWrapper
-
- Enclosing class:
- RequestBundle
protected static class RequestBundle.BundleWrapper extends ResourceBundle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.ResourceBundle
ResourceBundle.Control
-
-
Field Summary
Fields Modifier and Type Field Description protected ResourceBundle
bundle
-
Fields inherited from class java.util.ResourceBundle
parent
-
-
Constructor Summary
Constructors Constructor Description BundleWrapper(ResourceBundle bundle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Enumeration<String>
getKeys()
protected Object
handleGetObject(@NotNull String key)
void
setParent(ResourceBundle bundle)
-
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
-
-
-
-
Field Detail
-
bundle
protected final ResourceBundle bundle
-
-
Constructor Detail
-
BundleWrapper
public BundleWrapper(ResourceBundle bundle)
-
-
Method Detail
-
setParent
public void setParent(ResourceBundle bundle)
- Overrides:
setParent
in classResourceBundle
-
handleGetObject
protected Object handleGetObject(@NotNull @NotNull String key)
- Specified by:
handleGetObject
in classResourceBundle
-
getKeys
@NotNull public @NotNull Enumeration<String> getKeys()
- Specified by:
getKeys
in classResourceBundle
-
-