Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.jbo.common
Class ResourceConfigCallback

java.lang.Object
  extended by oracle.jbo.common.ResourceConfigCallback

All Implemented Interfaces:
oracle.adf.share.config.ADFConfigCallback

public class ResourceConfigCallback
extends java.lang.Object
implements oracle.adf.share.config.ADFConfigCallback

Field Summary
static java.lang.String namespaceURI
           

 

Constructor Summary
ResourceConfigCallback()
           

 

Method Summary
 java.util.Map parseADFConfiguration(Element el, java.util.Map storedResult, oracle.adf.share.config.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

Constructor Detail

ResourceConfigCallback

public ResourceConfigCallback()

Method Detail

parseADFConfiguration

public java.util.Map parseADFConfiguration(Element el,
                                           java.util.Map storedResult,
                                           oracle.adf.share.config.ADFConfigParsingContext currentCtx)
Specified by:
parseADFConfiguration in interface oracle.adf.share.config.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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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