First page Back Continue Last page Graphics
ADF Business Components
Framework Extension Classes
An ADF Business Components framework extension class is a Java class you write that extends one of the frameworkâs base classes to:
- Augment a built-in feature with additional, generic functionality
- Change how a built-in feature works
- Define a generic way to work around a problem you encounter
Notes:
What Are ADF Business Components Framework Extension Classes?
After you create a framework extension class, any new ADF components that you create can be based on your customized framework class instead of the base one. You can also update the definitions of existing components to use the new framework extension class.