Commons EL -
Commons
Last Published: 26 February 2013
Version: 1.0.1-SNAPSHOT
ApacheCon
Apache
Commons
Commons EL
Overview
Javadoc (Release)
Mailing lists
Issue Tracking
Proposal
Source Repository
Javadoc (latest)
Project Documentation
Project Information
About
Project Summary
Project Team
Source Repository
Issue Tracking
Mailing Lists
Dependencies
Continuous Integration
Distribution Management
Project Reports
Commons
License
Components
Sandbox
Dormant
General Information
Volunteering
Contributing Patches
Building Components
Releasing Components
Wiki
ASF
How the ASF works
Get Involved
Developer Resources
Sponsorship
Thanks
Commons EL
What Is EL?
EL is the JSP 2.0 Expression Language Interpreter from Apache.
What Is The JSP 2.0 Expression Language?
The JSP Standard Tag Library (JSTL), version 1.0, introduced the concept of an Expression Language (EL), whose main goal is to provide page authors with an easy way to access and manipulate application data without requiring the use of scriptlets
JSP 2.0 adopted the EL specification from JSTL, and expanded its scope: EL expressions are no longer limited to JSTL action attributes, but may be used in any standard or custom action attribute declared to accept a runtime expression. In addition, EL expressions may now also be used directly in template text outside of any actions. JSP 2.0 also added an important feature to the EL specification: EL functions, which allow page authors to invoke static methods in Java classes from EL expressions. Additionally, JSP 2.0 allows programmatic access and customization of the EL evaluator through a set of standard interfaces and abstract classes.
Documentation
The
Release Notes
document the new features and bug fixes that have been
included in the latest release.
The
JavaDoc API documents
for the latest release are available online.
In particular, you should read the package overview of the
org.apache.commons.el
package.
Releases
Version 1.0 (from mirror) - 20 Jun 2003
binary / source
(latest)
Copyright © 2003-2013
The Apache Software Foundation
Apache Commons, Apache Commons EL, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
All other marks mentioned may be trademarks or registered trademarks of their respective owners.
US