ADF Core App Base
From ADF Docs
Overview
App Base component
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.