Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Unified EL Design Tasks

Revision as of 18:11, 13 September 2006 by Cameron.bateman.oracle.com (Talk | contribs) (Design-Time EL Context Framework)

Facet Mechanism for Framework Selection

A mechanism based on WTP-based facets that:

- allows the end-user to define which version of Unified EL is in use. This is done indirectly by the selection of JSF facet version.

- validates that versioning matches up for all dependent elements. For example, that Java 1.5 in use if JSF 1.2 in use.

Design-Time EL Context Framework

A new extension point-based, extensible framework that:

  • parallels the ELContext API provided by Unified EL.
  • allows third-party contributors to add design time analogous to runtime ELResolvers, FunctionMapper and Variable Mapper objects.
  • provides a context-based mechanism (extending context resolvers) for selecting the correct ELContext to resolve a unified EL expression.
  • a simple, comprehensive mechanism through which tool end-users can configure third-party contributions in use.

EL Variable Support

Java 1.5 Support

Composite Type Descriptor

EL Validation Rules

Managed-Bean Data

Back to the top