Skip navigation links

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

E10686-03


oracle.adf.share.config
Interface ADFConfigCallback

All Known Implementing Classes:
ADFContextPropertiesCallback, AdfJndiConfig, ADFMDSConfig, ADFSecurityConfig, ADFUserTimeZoneConfig, ADFWebConfig

public interface ADFConfigCallback

ADFConfigCallback interface is used for all callbacks class which wants to get the notification events from the adf configuration.


Method Summary
 java.util.Map parseADFConfiguration(org.w3c.dom.Element domFragment, java.util.Map storedResult, ADFConfigParsingContext currentCtx)
           

 

Method Detail

parseADFConfiguration

java.util.Map parseADFConfiguration(org.w3c.dom.Element domFragment,
                                    java.util.Map storedResult,
                                    ADFConfigParsingContext currentCtx)
Parameters:
domFragment - 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

Skip navigation links

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

E10686-03


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