Difference between revisions of "ADF Core LightWire Config Extended Base"

From ADF Docs
Jump to: navigation, search
(Functions)
(Functions)
Line 17: Line 17:
 
*'''loadDependencies'''( string )
 
*'''loadDependencies'''( string )
 
**Process the server.ADF.dependencyStruct structure to generate the dependencies.
 
**Process the server.ADF.dependencyStruct structure to generate the dependencies.
 +
 +
*'''addConfigStruct'''( string, struct )
 +
**Stores the config struct into the config for the object factory.
 +
 +
*'''loadLocalAppBeanConfig'''( string, struct )
 +
**Loads (includes) the local AppBeanConfig into the Application.ADF object factory.
 +
 +
*'''loadLocalComponents'''( string, struct )
 +
**Process the site level components into the object factory.

Revision as of 14:18, 24 March 2010

Overview

The Lightwire Config Extended Base is a component file that provides functions to populate the object factory.

Functions

  • getComPathForCustomAppDir( string )
    • Return the com path for the directory path.
  • loadADFAppBeanConfig( string )
    • Loads the custom apps bean config file.
  • loadADFLibComponents( string, string, string )
    • Loads the ADF Library components from the directory argument.
  • processMetadata( struct, string )
    • Process the component metadata property tags to create the beans and dependencies.
  • loadDependencies( string )
    • Process the server.ADF.dependencyStruct structure to generate the dependencies.
  • addConfigStruct( string, struct )
    • Stores the config struct into the config for the object factory.
  • loadLocalAppBeanConfig( string, struct )
    • Loads (includes) the local AppBeanConfig into the Application.ADF object factory.
  • loadLocalComponents( string, struct )
    • Process the site level components into the object factory.