public class ResourceConfigCallback
extends java.lang.Object
implements oracle.adf.share.config.ADFConfigCallback
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
namespaceURI |
Constructor and Description |
---|
ResourceConfigCallback() |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
parseADFConfiguration(Element el, java.util.Map storedResult, oracle.adf.share.config.ADFConfigParsingContext currentCtx) |
public static final java.lang.String namespaceURI
public java.util.Map parseADFConfiguration(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.