Difference between revisions of "ADF Core App Base"
From ADF Docs
(→Overview) |
(→Overview) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | [[ADF_Core_App_Base|App Base]] component | + | [[ADF_Core_App_Base|App Base]] component provides a layer between the ADF and applications. |
+ | |||
+ | Functions to build the ADF application objects and dependencies. | ||
== Functions == | == Functions == |
Latest revision as of 15:16, 24 March 2010
Overview
App Base component provides a layer between the ADF and applications.
Functions to build the ADF application objects and dependencies.
Functions
- loadObjects ( )
- Load variable scope into THIS local scope
- loadApp ( string )
- Stores the ADF Lib Components into application.ADF space.
- setAppConfig ( string )
- Sets the environmental variables for an app.
- getAppConfig ( string )
- Returns the configuration data for this element.
- getAppCEConfigs ( string )
- Returns the Apps custom element configuration structure.
- getAppXMLConfigs ( string )
- Returns the Apps XML configuration structure.
- loadSiteAppComponents ( string )
- Loads the Site Application components into the App structure.
- verifyLocalAppBeanConfigExists ( string )
- Returns T/F for if the current site App has a local appBeanConfig.
- copyServerBeanToApplication ( string )
- Recurses the bean in Server.ADF Bean Config and copies the beans to the Application.ADF Bean Config.
- getAppBeanDir ( string )
- Returns the directory for the Application.
- loadAppProxyWhiteList ( string )
- Loads the proxy white list XML for the application.