- raiseCustomAuditEvent(String, String, String, String, String) - Static method in class oracle.javatools.resourcebundle.MDSAuditHelper
-
- readAdfConfig() - Method in class oracle.javatools.resourcebundle.AppBundleInfo
-
- readAdfConfig() - Method in class oracle.javatools.resourcebundle.AppBundleInfoRT
-
- refreshBundleIfNeeded(Exception) - Method in class oracle.javatools.resourcebundle.AppBundleInfo
-
- refreshBundleIfNeeded(Exception) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- registerResourceBundleType(ResourceBundleType) - Method in class oracle.javatools.resourcebundle.ResourceBundleManager
-
Registers a new ResourceBundleType with the system.
- releaseBundle(String) - Static method in class oracle.javatools.resourcebundle.BundleFactory
-
Releases the ResourceBundleWrapper and all associated resources, once released the old resource bundle should not be used anymore, or it will throw an IllegalStateException
.
- releaseBundle(ResourceBundleWrapper) - Method in class oracle.javatools.resourcebundle.ResourceBundleManager
-
Releases the ResourceBundleWrapper and all associated resources, once released the old resource bundle should not be used anymore, or it will throw an IllegalStateException
.
- releaseBundle(ResourceBundleWrapper) - Method in class oracle.javatools.resourcebundle.ResourceBundleManagerRT
-
- remove(Object) - Method in class oracle.javatools.resourcebundle.ChainedKeyValueMap
-
- removeBundle(String) - Method in class oracle.javatools.resourcebundle.AppBundleInfo
-
- removeBundle(String) - Method in class oracle.javatools.resourcebundle.ChainedBundleFactory
-
- removeBundle(String) - Method in class oracle.javatools.resourcebundle.DefaultChainedBundleFactory
-
- removeGlobalBundle(String) - Method in class oracle.javatools.resourcebundle.ResourceBundleManagerRT
-
Removes the bundle associated with the bundle id from the global bundle list
- removeResourceBundleListener(ResourceBundleListener) - Method in interface oracle.javatools.resourcebundle.ResourceBundleWrapper
-
Removes a listener
that received ResourceBundleEvent
s.
- removeResourceBundleListener(ResourceBundleListener) - Method in class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- RESNAME - Static variable in class oracle.javatools.resourcebundle.XliffResourceBundleUtils
-
- RESOURCE_BUNDLE_CACHE_NODE - Static variable in class oracle.javatools.resourcebundle.ResourceBundleUtils
-
- ResourceBundleAdapter - Class in oracle.javatools.resourcebundle
-
The
ResourceBundleAdapter
provides a run-time implementation of a
ResourceBundleWrapper
for java resource bundle.
- ResourceBundleAdapter(ResourceBundle) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleAdapter
-
- ResourceBundleAdapter.AdapterDefaultSearchContext - Class in oracle.javatools.resourcebundle
-
- ResourceBundleAdapter.AdapterDefaultSearchContext(Object, ResourceBundleWrapperRT, String, boolean) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleAdapter.AdapterDefaultSearchContext
-
- ResourceBundleCacheConfig - Class in oracle.javatools.resourcebundle
-
- ResourceBundleCacheConfig(int, int, int, float) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleCacheConfig
-
- ResourceBundleEvent - Class in oracle.javatools.resourcebundle
-
A ResourceBundleEvent
is fired when the contents of a ResourceBundleWrapper changes.
- ResourceBundleEvent(ResourceBundleWrapper, String, String, Map<String, String>, ResourceBundleEvent.EventType) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleEvent
-
Constructs a new ResourceBundleEvent with the specified source, key, text, and metadata of the specified type.
- ResourceBundleEvent(ResourceBundleWrapper) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleEvent
-
Constructor for creating an UNKNOWN
event
- ResourceBundleEvent.EventType - Enum in oracle.javatools.resourcebundle
-
Type (ADDED, REMOVED, or MODIFIED) represented by this EventObject.
- ResourceBundleKeyGenerator - Interface in oracle.javatools.resourcebundle
-
Stragegy for generating default key names for the given text.
- ResourceBundleListener - Interface in oracle.javatools.resourcebundle
-
An event gets fired whenever a change is made to the contents of a ResourceBundleWrapper.
- ResourceBundleManager - Class in oracle.javatools.resourcebundle
-
Manager class for resource bundle support in the Oracle Fusion Platform.
- ResourceBundleManager() - Constructor for class oracle.javatools.resourcebundle.ResourceBundleManager
-
This should only be called by subclasses
- ResourceBundleManager(ResourceBundleCacheConfig) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleManager
-
- ResourceBundleManagerRT - Class in oracle.javatools.resourcebundle
-
The
ResourceBundleManagerRT
provides some of the base implementation of a
ResourceBundleManager
for run time.
- ResourceBundleManagerRT() - Constructor for class oracle.javatools.resourcebundle.ResourceBundleManagerRT
-
- ResourceBundleOperationResult - Class in oracle.javatools.resourcebundle
-
Provides the result of a ResourceBundle operation that is more complicated than a simple boolean.
- ResourceBundleOperationResult(boolean, String) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleOperationResult
-
Package-private because noone else should create this
- ResourceBundleRT - Class in oracle.javatools.resourcebundle
-
- ResourceBundleRT(Map<String, String>) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleRT
-
Constructor
- ResourceBundleRT(ResourceBundleWrapper) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleRT
-
- ResourceBundleRuntime - Class in oracle.javatools.resourcebundle.mbean.runtime
-
Deprecated.
This class has been deprecated. Use the oracle.adf.mbean.share.config.ADFConfigLifeCycleCallback mbean to access resourcebundle mbean and its supported methods.
- ResourceBundleRuntime() - Constructor for class oracle.javatools.resourcebundle.mbean.runtime.ResourceBundleRuntime
-
Deprecated.
- ResourceBundleRuntimeLifeCycleCallBack - Class in oracle.javatools.resourcebundle.mbean.runtime
-
Deprecated.
This class has been deprecated. Use the oracle.adf.mbean.share.config.ADFConfigLifeCycleCallback mbean to access resourcebundle mbean and its supported methods.
- ResourceBundleRuntimeLifeCycleCallBack() - Constructor for class oracle.javatools.resourcebundle.mbean.runtime.ResourceBundleRuntimeLifeCycleCallBack
-
Deprecated.
- ResourceBundleRuntimeMXBean - Interface in oracle.javatools.resourcebundle.mbean.runtime
-
Deprecated.
This class has been deprecated. Use the oracle.adf.mbean.share.config.ADFConfigLifeCycleCallback mbean to access resourcebundle mbean and its supported methods.
- ResourceBundleType - Class in oracle.javatools.resourcebundle
-
- ResourceBundleType() - Constructor for class oracle.javatools.resourcebundle.ResourceBundleType
-
- ResourceBundleUtils - Class in oracle.javatools.resourcebundle
-
- ResourceBundleUtils() - Constructor for class oracle.javatools.resourcebundle.ResourceBundleUtils
-
- ResourceBundleWrapper - Interface in oracle.javatools.resourcebundle
-
Run-time and Design-time interface which abstracts the resource bundle storage.
- ResourceBundleWrapper.KeyInfo - Class in oracle.javatools.resourcebundle
-
- ResourceBundleWrapper.KeyInfo(String, Map<String, String>) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleWrapper.KeyInfo
-
- ResourceBundleWrapperRT - Class in oracle.javatools.resourcebundle
-
The
ResourceBundleWrapperRT
provides some of the base implementation of a
ResourceBundleWrapper
for run-time.
- ResourceBundleWrapperRT() - Constructor for class oracle.javatools.resourcebundle.ResourceBundleWrapperRT
-
- ResourceBundleWrapperRT.DefaultSearchContext - Class in oracle.javatools.resourcebundle
-
- ResourceBundleWrapperRT.DefaultSearchContext(Object, ResourceBundleWrapperRT, String, boolean) - Constructor for class oracle.javatools.resourcebundle.ResourceBundleWrapperRT.DefaultSearchContext
-
- ResourceBundleWrapperRT.SearchType - Enum in oracle.javatools.resourcebundle
-
Deprecated.
See class, SearchSupport for new RT search capabilities. The ordinals are now frozen because of the mapping in DefaultSearchContext.