Registry / utility / commons-el

commons-el

JSON →
library1.0javamavenunverified

Commons EL is an implementation of the JSP 2.0 Expression Language interpreter for evaluating expressions in JSP pages.

<dependency> <groupId>commons-el</groupId> <artifactId>commons-el</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · COMMONS-EL
C
commons-el
utilityjavav1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ExpressionEvaluatorImpl
org.apache.commons.el.ExpressionEvaluatorImpl

Minimal example showing how to evaluate a simple EL expression using Commons EL.

import org.apache.commons.el.ExpressionEvaluatorImpl; import javax.servlet.jsp.el.ExpressionEvaluator; ExpressionEvaluator evaluator = new ExpressionEvaluatorImpl(); Object result = evaluator.evaluate("${1 + 2}", Integer.class, pageContext, null);
Debug
Known issues
breakingCommons EL 1.0 is outdated and based on JSP 2.0 (javax.servlet.jsp.el). Modern applications should use EL 3.0+ (javax.el) or Jakarta EL.
fix
Migrate to javax.el (e.g., org.glassfish:javax.el) or jakarta.el for Jakarta EE 9+.
affects: >=1.0
Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
commons-el — mvn dependency:get commons-el · libregistry