public class ADFResourceBundleOverrideConfig
extends java.lang.Object
implements oracle.adf.share.config.ADFConfigCallback
Constructor and Description |
---|
ADFResourceBundleOverrideConfig() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
parseADFConfiguration(org.w3c.dom.Element el,
java.util.Map storedResult,
oracle.adf.share.config.ADFConfigParsingContext currentCtx) |
public java.util.Map parseADFConfiguration(org.w3c.dom.Element el, java.util.Map storedResult, oracle.adf.share.config.ADFConfigParsingContext currentCtx)
parseADFConfiguration
in interface oracle.adf.share.config.ADFConfigCallback
el
- The dom element currently being parsed.storedResult
- The cached parsed results thus far for the registered
namespacecurrentCtx
- 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.