Difference between revisions of "ADF Core LightWire Config Extended Base"
From ADF Docs
(→Functions) |
(→Functions) |
||
Line 11: | Line 11: | ||
*'''loadADFLibComponents'''( string, string, string ) | *'''loadADFLibComponents'''( string, string, string ) | ||
**Loads the ADF Library components from the directory argument. | **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. |
Revision as of 14:16, 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.