Package jakarta.faces.el


package jakarta.faces.el

DEPRECATED Classes and interfaces for evaluating and processing reference expressions. The main class in this package is jakarta.faces.el.ValueBinding, which is the runtime representation of a reference expression. ValueBinding provides methods to get and set the value of the expression.

The el package will be pruned in a future version of Jakarta Faces, likely Faces 4.0.

  • Interfaces
    Class
    Description
    This interface must be implemented by the Map returned by the composite component ELResolver, described in section 5.4.3.1 "faces.CompositeComponentAttributesELResolver" of the Jakarta Faces Specification Document, when evaluating #{cc.attrs} expressions.