Registry / utility / el-api

el-api

JSON →
library2.2.1-b04javamavenunverified

Provides the Java EE Expression Language API for evaluating expressions in Java applications.

<dependency> <groupId>javax.el</groupId> <artifactId>el-api</artifactId> <version>2.2.1-b04</version> </dependency>
INSTALL
IMPORT
SIG · EL-API
E
el-api
utilityjavav2.2.1-b04
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.

ELProcessor
javax.el.ELProcessor

Evaluates a simple EL expression using ELProcessor.

import javax.el.ELProcessor; public class Example { public static void main(String[] args) { ELProcessor el = new ELProcessor(); el.defineBean("name", "World"); String result = (String) el.eval("'Hello ' + name"); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.1-b04latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Bingbot
1
Resources
el-api — mvn dependency:get el-api · libregistry