Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.4.0)

E10686-05

oracle.adf.share.http
Class ADFWebConfig

java.lang.Object
  extended by oracle.adf.share.http.ADFWebConfig
All Implemented Interfaces:
ADFConfigCallback, ADFSettingsCallback

public class ADFWebConfig
extends java.lang.Object
implements ADFConfigCallback, ADFSettingsCallback

Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String namespaceURI
           
static java.lang.String ROOT_NAME
           
 
Constructor Summary
ADFWebConfig()
           
 
Method Summary
 java.util.Map parseADFConfiguration(org.w3c.dom.Element el, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
          The method will parse the name of the rootName from the web-app-root element of the web-inf/adf-config.xml file.
 java.util.Map parseADFSettings(org.w3c.dom.Element el, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespaceURI

public static final java.lang.String namespaceURI
See Also:
Constant Field Values

ROOT_NAME

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

ADFWebConfig

public ADFWebConfig()
Method Detail

parseADFConfiguration

public java.util.Map parseADFConfiguration(org.w3c.dom.Element el,
                                           java.util.Map storedResult,
                                           ADFConfigParsingContext currentCtx)
The method will parse the name of the rootName from the web-app-root element of the web-inf/adf-config.xml file. The method ignores any previous results stored for this namespace.

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

parseADFSettings

public java.util.Map parseADFSettings(org.w3c.dom.Element el,
                                      java.util.Map storedResult,
                                      ADFConfigParsingContext currentCtx)
Specified by:
parseADFSettings in interface ADFSettingsCallback
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 1 (11.1.1.4.0)

E10686-05

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