Package oracle.wcc.ridc.adfca.framework
Class WccConfigParser
java.lang.Object
oracle.wcc.ridc.adfca.framework.WccConfigParser
- All Implemented Interfaces:
oracle.adf.share.config.ADFConfigCallback
Parses the adf-config.xml to find the custom adf-wcc-config
element and then construct the map containing key-value pairs for
the element/attributes.
This class must be registered in META-INF/services/adf-config.properties
This class gets invoked as part of the ADFConfigCallback.parseADFConfiguration
http://aseng-wiki.us.oracle.com/asengwiki/display/ASDevJDeveloper/ADF+Config
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseADFConfiguration
(Element el, Map storedResult, oracle.adf.share.config.ADFConfigParsingContext currentCtx) .
-
Field Details
-
KEY_WCC_PRIMARY_CONNECTION_NAME
- See Also:
-
-
Constructor Details
-
WccConfigParser
public WccConfigParser()
-
-
Method Details