Difference between revisions of "ADF Core App Base"

From ADF Docs
Jump to: navigation, search
(Created page with '== Overview == == Functions == *'''loadObjects''' ( ) **Load variable scope into THIS local scope *'''loadApp''' ( string ) **Stores the ADF Lib Components into application.AD…')
 
(Functions)
Line 20: Line 20:
 
*'''getAppXMLConfigs''' ( string )
 
*'''getAppXMLConfigs''' ( string )
 
**Returns the Apps XML configuration structure.
 
**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.

Revision as of 15:05, 24 March 2010

Overview

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.