public class AdfUniqueIdConfig
extends java.lang.Object
implements oracle.adf.share.config.ADFConfigCallback
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
namespaceURI  | 
| Constructor and Description | 
|---|
AdfUniqueIdConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map | 
parseADFConfiguration(org.w3c.dom.Element el,
                     java.util.Map storedResult,
                     oracle.adf.share.config.ADFConfigParsingContext currentCtx)  | 
public static final java.lang.String namespaceURI
public java.util.Map parseADFConfiguration(org.w3c.dom.Element el,
                                           java.util.Map storedResult,
                                           oracle.adf.share.config.ADFConfigParsingContext currentCtx)
parseADFConfiguration in interface oracle.adf.share.config.ADFConfigCallbackel - The dom element currently being parsed.storedResult - The cached parsed results thus far for the registered 
 namespacecurrentCtx - 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.