public class AuthResourceBundle extends ResourceBundle
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthResourceBundle.Content
Defines the keys and value types required for a bundle of this class.
|
ResourceBundle.Controlparent| Modifier | Constructor and Description |
|---|---|
|
AuthResourceBundle()
Constructs default (English) instance.
|
protected |
AuthResourceBundle(AuthResourceBundle.Content content)
Constructs a bundle based on a Content implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthResourceBundle.Content |
getAuthContent(ResourceBundle bundle)
Returns a Content object based on a bundle which has the keys
that AuthResourceBundle is supposed to have.
|
Enumeration |
getKeys() |
protected Object |
handleGetObject(String key) |
static void |
main(String[] args)
Writes a template .properties file.
|
clearCache, clearCache, containsKey, getBaseBundleName, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, handleKeySet, keySet, setParentpublic AuthResourceBundle()
protected AuthResourceBundle(AuthResourceBundle.Content content)
content - contains information required for bundleprotected final Object handleGetObject(String key)
handleGetObject in class ResourceBundlepublic final Enumeration getKeys()
getKeys in class ResourceBundlepublic static AuthResourceBundle.Content getAuthContent(ResourceBundle bundle)
bundle - resource bundlepublic static void main(String[] args)
Copyright © 2008–2024. All rights reserved.