Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

oracle.adf.share.config.properties
Class ADFContextPropertiesCallback

java.lang.Object
  extended by oracle.adf.share.config.properties.ADFContextPropertiesCallback
All Implemented Interfaces:
ADFConfigCallback

public class ADFContextPropertiesCallback
extends java.lang.Object
implements ADFConfigCallback

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 nodes of the adf-config file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_NODE

public static final java.lang.String PROPERTIES_NODE
See Also:
Constant Field Values
Constructor Detail

ADFContextPropertiesCallback

public ADFContextPropertiesCallback()
Constructor.

Method Detail

parseADFConfiguration

public java.util.Map parseADFConfiguration(org.w3c.dom.Element el,
                                           java.util.Map storedResult,
                                           ADFConfigParsingContext currentCtx)
Parses the nodes of the adf-config file.

Specified by:
parseADFConfiguration in interface ADFConfigCallback
Parameters:
el - The dom element currently being parsed.
storedResult - The cached parsed results thus far for the registered namespace
currentCtx - 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.
Returns:
component returns the Map, which will be cached for that component and this will be the new storedResult

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 2 (11.1.2.0.0)

E17486-01

Copyright © 1997, 2011, Oracle. All rights reserved.