Skip navigation links

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

E17483-04


oracle.jbo.server.uniqueid
Class AdfUniqueIdConfig

java.lang.Object
  extended by oracle.jbo.server.uniqueid.AdfUniqueIdConfig

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

public class AdfUniqueIdConfig
extends java.lang.Object
implements oracle.adf.share.config.ADFConfigCallback
Since:
11.1.1.0.0

Field Summary
static java.lang.String namespaceURI
           

 

Constructor Summary
AdfUniqueIdConfig()
           

 

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

AdfUniqueIdConfig

public AdfUniqueIdConfig()

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.3.0)

E17483-04


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