Class WccConfigParser

java.lang.Object
oracle.wcc.ridc.adfca.framework.WccConfigParser
All Implemented Interfaces:
oracle.adf.share.config.ADFConfigCallback

public class WccConfigParser extends Object implements 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 Details

  • Constructor Details

    • WccConfigParser

      public WccConfigParser()
  • Method Details

    • parseADFConfiguration

      public Map parseADFConfiguration(Element el, Map storedResult, oracle.adf.share.config.ADFConfigParsingContext currentCtx)
      .
      Specified by:
      parseADFConfiguration in interface oracle.adf.share.config.ADFConfigCallback