Difference between revisions of "ADF Core App Base"

From ADF Docs
Jump to: navigation, search
(Overview)
(Overview)
 
Line 1: Line 1:
 
== Overview ==
 
== Overview ==
 
[[ADF_Core_App_Base|App Base]] component provides a layer between the ADF and applications.  
 
[[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 to build the ADF application objects and dependencies.
  

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.