Registry / utility / juel-api

juel-api

JSON →
library2.2.7javamavenunverified

JUEL is an implementation of the Java Unified Expression Language (EL) for JSP and JSF applications.

<dependency> <groupId>de.odysseus.juel</groupId> <artifactId>juel-api</artifactId> <version>2.2.7</version> </dependency>
INSTALL
IMPORT
SIG · JUEL-API
J
juel-api
utilityjavav2.2.7
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.

ExpressionFactoryImpl
de.odysseus.el.ExpressionFactoryImpl

Evaluate a simple EL expression.

import de.odysseus.el.ExpressionFactoryImpl; import javax.el.ExpressionFactory; import javax.el.ValueExpression; public class JUELExample { public static void main(String[] args) { ExpressionFactory factory = new ExpressionFactoryImpl(); ValueExpression expr = factory.createValueExpression(null, "${1 + 2}", int.class); System.out.println(expr.getValue(null)); } }
Debug
Known issues
breakingJUEL 2.2.x implements EL 2.2; newer EL versions (3.0+) require different implementations.
fix
Use javax.el-api 3.0+ and a compatible implementation like Apache EL.
affects: <=2.2.7
Upgrade
Version history
2.2.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
juel-api — mvn dependency:get juel-api · libregistry