Skip navigation header
Oracle ADF UIX Developer's Guide Go to Table of Contents
Contents
Go to previous page
Previous
Go to next page
Next

C: Changes in ADF UIX Since JDeveloper 9.0.4

This appendix describes changes to Oracle ADF UIX since JDeveloper 9.0.4. It includes the following sections:

EL

Expression Language support has been added for 9.0.5 Data binding using the "data:" syntax is now deprecated. See the Data Binding in ADF UIX chapter for more information.

Minimal Look And Feel

There is now an alternative to the Oracle Browser Look And Feel(BLAF) called Minimal Look And Feel(MLAF). MLAF is designed to render simpler html and use a minimal number of images. For information on how to configure UIX to use the Minimal Look And Feel, see the Configuration for ADF UIX chapter. For information on how to customize the Minimal Look And Feel, please see the Customization of ADF UIX chapter.

Partial Page Rendering (PPR) Enhancements

Mobile Enhancements

New UIX Components

New in UI Components

New in BC4J

New in the UIX Servlet (Formerly UIX Controller)

Miscellaneous Enhancements

Deprecations

Deprecated since 9.0.4 Reminder of Earlier Deprecations

RenderingContext API Changes

The prototypes for two methods on the RenderingContext interface have changed. Both pushRenderedChild() and popRenderedChild() now take an additional argument: the current RenderingContext. This API change was necessary in order to allow RenderingContextProxy subclasses to query attributes using the correct (current) RenderingContext during the render traversal.

Please note that this API change is not backward compatible, and clients that override or call these methods will be required to change their code to take the new RenderingContext argument into account. Although we normally strive to provide backward compatibility across releases, in this case the lack of access to the current ReneringContext was significantly limiting aspects of the UIX partial page rendering implementation.