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

E10686-07

oracle.adf.share.domain.config
Class ADFDomainConfig

java.lang.Object
  extended by java.util.AbstractMap
      extended by oracle.adf.share.domain.config.ADFDomainConfig
All Implemented Interfaces:
java.util.Map, ADFScopeListener

public final class ADFDomainConfig
extends java.util.AbstractMap
implements ADFScopeListener

This class represents the adf-domain-config.xml element that is designed to be at domain level and shared across applications. It is implemented so that the properties can be resolved using EL expressions. This object should not be cached as changes to the document in the


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Method Summary
 java.util.Set entrySet()
           
static ADFDomainConfig getInstance()
           
static ADFDomainConfig getInstance(java.net.URL domainAdfConfigFileURL)
          This will set up the
 void scopeInvalidated(java.lang.String scopeName)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static final ADFDomainConfig getInstance()

getInstance

public static final ADFDomainConfig getInstance(java.net.URL domainAdfConfigFileURL)
This will set up the

Parameters:
domainAdfConfigFileURL - - The URL to the underlying named adf-config.xml file that describes the MDS Configuration to retrieve the adf-domain-config.xml document. If null the default location is used.
Returns:
The ADFDomainConfig Instance

entrySet

public java.util.Set entrySet()
Specified by:
entrySet in interface java.util.Map
Specified by:
entrySet in class java.util.AbstractMap

scopeInvalidated

public void scopeInvalidated(java.lang.String scopeName)
Specified by:
scopeInvalidated in interface ADFScopeListener

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

E10686-07

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