public class ADFResourceBundleOverrideConfig
extends java.lang.Object
implements oracle.adf.share.config.ADFConfigCallback
This class provides the ResourceBundle override configuration for ADF
The configuration will be part of an adf-config.xml file and will look like
the following:
<adf-config-child xmlns="http://xmlns.oracle.com/adf/resourcebundle/locale-overrides">
<override>en_US=en en_US fr</override>
<override>ca_FR=ca_FR fr_FR fr ca en</override>
</adf-config-child>
public java.util.Map parseADFConfiguration(org.w3c.dom.Element el,
java.util.Map storedResult,
oracle.adf.share.config.ADFConfigParsingContext currentCtx)
Specified by:
parseADFConfiguration in interface oracle.adf.share.config.ADFConfigCallback
Parameters:
el - The dom element currently being parsed.
storedResult - The cached parsed results thus far for the registered
namespace
currentCtx - the current context available at the time of parsing.
This can store useful information like the file identifier, ServletContext.
This can also be used to store information that may need to be added in
future.
Returns:
component returns the Map, which will be cached for that component
and this will be the new storedResult