Skip navigation links

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

E17486-04


oracle.adf.share
Interface ADFConfigEx

All Superinterfaces:
ADFConfig, ADFSettings
All Known Implementing Classes:
ADFConfigImpl, FallbackConfigImpl, MDSConfigImpl

public interface ADFConfigEx
extends ADFConfig

Field Summary

 

Fields inherited from interface oracle.adf.share.ADFConfig
ADFCONFIG_META_FILENAME, ADFCONFIG_MO_NAME, CONFIG_FILENAME, DEFAULT_CONFIGURATION, NAMESPACE, ROOT_ELEMENT_NAME

 

Fields inherited from interface oracle.adf.share.ADFSettings
ADFSETTINGS_FILENAME, ADFSETTINGS_NAMESPACE, ADFSETTINGS_ROOT_ELEMENT_NAME

 

Method Summary
 void addScopeListener(ADFScopeListener listener)
          Adds a scope listener.
 java.util.Map getConfigObject(java.lang.String namespace, boolean forceReparse)
          get the config object information stored for the provided namespace
 void releaseResources()
          Releases resources allocated by the config
 void removeScopeListener(ADFScopeListener listener)
          Removes a scope listener.
 void updateIfNeeded()
          Called to give the config a place to see if the document has been updated and needs to be processed again.

 

Methods inherited from interface oracle.adf.share.ADFConfig
getConnectionsContext, getId, getMDSInstance, getMDSInstance, getSecurityContext, getSessionDefPackages

 

Methods inherited from interface oracle.adf.share.ADFSettings
getConfigObject

 

Method Detail

releaseResources

void releaseResources()
Releases resources allocated by the config

addScopeListener

void addScopeListener(ADFScopeListener listener)
Adds a scope listener.
Parameters:
listener -

removeScopeListener

void removeScopeListener(ADFScopeListener listener)
Removes a scope listener.
Parameters:
listener -

updateIfNeeded

void updateIfNeeded()
Called to give the config a place to see if the document has been updated and needs to be processed again.

getConfigObject

java.util.Map getConfigObject(java.lang.String namespace,
                              boolean forceReparse)
get the config object information stored for the provided namespace
Parameters:
namespace - namespace for which settings is to be returned
forceReparse - this flag decides if the the ADFConfig needs to be recomputed. The ADFConifg component callback parser will be called invariably if true

Skip navigation links

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

E17486-04


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