Skip navigation links
oracle.adf.share.logging.resources
Class LoggerMessageBundle
java.lang.Object
java.util.ResourceBundle
java.util.ListResourceBundle
oracle.adf.share.logging.resources.LoggerMessageBundle
- Direct Known Subclasses:
- LoggerMessageBundle_en
-
public class LoggerMessageBundle
- extends java.util.ListResourceBundle
Nested classes/interfaces inherited from class java.util.ResourceBundle |
java.util.ResourceBundle.Control |
Fields inherited from class java.util.ResourceBundle |
parent |
Method Summary |
static java.lang.String |
format(java.lang.String key, java.lang.Object... arguments)
|
static java.lang.String |
get(java.lang.String key)
|
static java.util.ResourceBundle |
getBundle()
|
java.lang.Object[][] |
getContents()
|
static java.lang.String |
res(java.lang.String key)
|
Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject, handleKeySet |
Methods inherited from class java.util.ResourceBundle |
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER_REQUIRED
public static final java.lang.String LOGGER_REQUIRED
-
- See Also:
- Constant Field Values
LOGGER_NAME_REQUIRED
public static final java.lang.String LOGGER_NAME_REQUIRED
-
- See Also:
- Constant Field Values
CLASS_REQUIRED
public static final java.lang.String CLASS_REQUIRED
-
- See Also:
- Constant Field Values
PACKAGE_REQUIRED
public static final java.lang.String PACKAGE_REQUIRED
-
- See Also:
- Constant Field Values
ADF_COMPONENT_NAME_MISSING
public static final java.lang.String ADF_COMPONENT_NAME_MISSING
-
- See Also:
- Constant Field Values
LoggerMessageBundle
public LoggerMessageBundle()
getBundle
public static final java.util.ResourceBundle getBundle()
get
public static java.lang.String get(java.lang.String key)
res
public static java.lang.String res(java.lang.String key)
format
public static java.lang.String format(java.lang.String key,
java.lang.Object... arguments)
getContents
public java.lang.Object[][] getContents()
-
- Specified by:
getContents
in class java.util.ListResourceBundle
Skip navigation links
Copyright © 1997, 2013, Oracle. All rights reserved.