Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Package oracle.adf.model.servlet

Contains the ADFBindingFilter implementation.

See:
          Description

Class Summary
ADFBindingFilter The ADFBindingFilter is used to pre-process any http requests to resources that may require access to the ADF runtime.
ApplicationParameters May be passed to JUMetaObjectManager.loadCpx(String, Map) instead of a plain old HashMap.
HttpBindingContext  

 

Package oracle.adf.model.servlet Description

Contains the ADFBindingFilter implementation.

ADF web applications use the ADF binding filter to preprocess any HTTP requests that may require access to the binding context. The binding filter is a servlet filter, which is an instance of the oracle.adf.model.servlet.ADFBindingFilter class. When you add a databound UI component to a page using the Data Control Palette, JDeveloper automatically configures the filter in the application's web.xml file. The binding filter performs the following functions:

To configure the binding filter in the web.xml, JDeveloper adds the following elements:


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Copyright © 1997, 2006, Oracle. All rights reserved.