App.cfc

From ADF Docs
Revision as of 01:13, 30 March 2010 by Rwest (talk | contribs) (Created page with ' == App Component (App.cfc) == All ADF applications must contain the App component (App.cfc). This file is a simple component used as the base object for the ADF application whe…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

App Component (App.cfc)

All ADF applications must contain the App component (App.cfc).

This file is a simple component used as the base object for the ADF application where all dependencies will be injected. This component extends the AppBase in the ADF Core.