public class JcrResourceBundle extends ResourceBundle
ResourceBundle.Controlparent| Modifier and Type | Method and Description |
|---|---|
Enumeration<String> |
getKeys() |
protected Set<String> |
getLanguageRootPaths() |
Locale |
getLocale() |
protected Object |
handleGetObject(String key) |
protected Set<String> |
handleKeySet()
Returns a Set of all resource keys provided by this resource bundle only.
|
protected void |
setParent(ResourceBundle parent) |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getObject, getString, getStringArray, keySetprotected void setParent(ResourceBundle parent)
setParent in class ResourceBundlepublic Locale getLocale()
getLocale in class ResourceBundleprotected Set<String> handleKeySet()
This method is a new Java 1.6 method to implement the ResourceBundle.keySet() method.
handleKeySet in class ResourceBundlepublic Enumeration<String> getKeys()
getKeys in class ResourceBundleprotected Object handleGetObject(String key)
handleGetObject in class ResourceBundleCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.