|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.share.config.properties.ADFContextPropertiesCallback
public class ADFContextPropertiesCallback
Parses the adf context properties of an adf-config.xml file.
Field Summary | |
---|---|
static java.lang.String |
PROPERTIES_NODE
|
Constructor Summary | |
---|---|
ADFContextPropertiesCallback()
Constructor. |
Method Summary | |
---|---|
java.util.Map |
parseADFConfiguration(org.w3c.dom.Element el,
java.util.Map storedResult,
ADFConfigParsingContext currentCtx)
Parses the |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPERTIES_NODE
Constructor Detail |
---|
public ADFContextPropertiesCallback()
Method Detail |
---|
public java.util.Map parseADFConfiguration(org.w3c.dom.Element el, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
parseADFConfiguration
in interface 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.
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Share 11g Release 1 (11.1.1.4.0) E10686-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |