Custom Application ADF Library Overrides

From ADF Docs
Revision as of 03:24, 22 November 2009 by Renee.mckechnie (talk | contribs) (Created page with '== Overview == The ADF application can override a component in the ADF library. The ''components'' directory can contain a sub directory named ''lib''. In here, any library com…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

The ADF application can override a component in the ADF library. The components directory can contain a sub directory named lib. In here, any library components can be placed in this directory to override the matching ADF library component.

The App Bean Config looks in this directory to find if any ADF library components are to be replaced with the ADF application level component.


Developers Tip: Have the override component in your application extend the ADF library component. This enables you to use all the same functions in the library component, but override or add some functions.