Appendix B. JSF Expression Language Reference
This appendix contains a reference to the JSF Expression Language (EL).
EL expressions can be used in JSF action element attribute values in
a JSP page for all attributes declared to accept EL attribute values
in Appendix A.
JSF EL expression can be used also to create instances of the
javax.faces.el.MethodBinding and
javax.faces.el.ValueBinding classes used in the
component APIs for other presentation layer technologies. See the
javax.faces.application.Application
createMethodBinding() and
createValueBinding() methods in Appendix D for
details.
|