public abstract class AbstractADFConfig extends java.lang.Object implements ADFConfigEx, ADFConfigLifecycle
ADFCONFIG_META_FILENAME, ADFCONFIG_MO_NAME, CONFIG_FILENAME, DEFAULT_CONFIGURATION, NAMESPACE, ROOT_ELEMENT_NAME
ADFSETTINGS_FILENAME, ADFSETTINGS_NAMESPACE, ADFSETTINGS_ROOT_ELEMENT_NAME
Constructor and Description |
---|
AbstractADFConfig() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List |
getADFSessionOptionsList()
Returns a list of ADFSessionOptions objects, read from adf-config.xml (through adf-session-options-config tag).
|
abstract java.lang.Object |
getCurrentADFSessionOptions()
Returns an object representing the current ADFSessionOptions state.
|
abstract java.util.List |
getDefCachePolicies()
Returns a list of definition-object cache policies, read from adf-config.xml (through the def-cache-policy-config tag).
|
abstract java.util.List |
getSessionDefPackages()
Returns a list of java packages that contain session definitions, read from adf-config.xml (through the
sessiondef-config tag).
|
abstract java.util.List |
getSiteDefPackages()
Just like getSessionDefPackages(), returns custom sitedef
package list, read from adf-config.xml (through the sitedef-config tag).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addScopeListener, getConfigObject, releaseResources, removeScopeListener, updateIfNeeded
getConnectionsContext, getId, getMDSInstance, getMDSInstance, getSecurityContext
getConfigObject
clearCaches
public abstract java.util.List getSiteDefPackages()
public abstract java.util.List getSessionDefPackages()
public abstract java.util.List getDefCachePolicies()
public abstract java.util.List getADFSessionOptionsList()
public abstract java.lang.Object getCurrentADFSessionOptions()