Registry / utility / jboss-el-api-3-0-spec

jboss-el-api-3-0-spec

JSON →
library2.0.1.Finaljavamavenunverified

Provides the Java Expression Language (EL) API specification for evaluating expressions in Java applications.

<dependency> <groupId>org.jboss.spec.javax.el</groupId> <artifactId>jboss-el-api_3.0_spec</artifactId> <version>2.0.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-EL-API-3-0-S
J
jboss-el-api-3-0-spec
utilityjavav2.0.1.Final
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.

ExpressionFactory
javax.el.ExpressionFactory

Creates and evaluates an EL expression.

import javax.el.ExpressionFactory; import javax.el.ValueExpression; public class Example { public static void main(String[] args) { ExpressionFactory factory = ExpressionFactory.newInstance(); ValueExpression expr = factory.createValueExpression(null, "${1 + 1}", Integer.class); System.out.println(expr.getValue(null)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-el-api-3-0-spec — mvn dependency:get jboss-el-api-3-0-spec · libregistry