Registry / utility / juel-impl

juel-impl

JSON →
library2.2.7javamavenunverified

Implementation of the Java Unified Expression Language (EL) as specified by JSR 245 (JSP 2.1) and JSR 341 (EL 3.0).

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

Shows how to create an ExpressionFactory using JUEL.

import de.odysseus.el.ExpressionFactoryImpl; import javax.el.ExpressionFactory; public class Example { public void evaluate() { ExpressionFactory factory = new ExpressionFactoryImpl(); // Use factory to create expressions } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.7latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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