Registry / other / geronimo-el-2-2-spec

geronimo-el-2-2-spec

JSON →
library1.0.4javamavenunverified

Expression Language API 2.2 specification implementation from Apache Geronimo.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-el_2.2_spec</artifactId> <version>1.0.4</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-EL-2-2-SP
G
geronimo-el-2-2-spec
otherjavav1.0.4
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

Evaluates a simple EL expression using ExpressionFactory.

import javax.el.ExpressionFactory; import javax.el.ValueExpression; public class Quickstart { public static void main(String[] args) throws Exception { ExpressionFactory factory = ExpressionFactory.newInstance(); ValueExpression expr = factory.createValueExpression(null, "${'Hello, World!'}", String.class); System.out.println(expr.getValue(null)); } }
Debug
Known issues
gotchaThis artifact is a specification API; you need a runtime implementation like Apache Tomcat or GlassFish to use it.
fix
Add a runtime dependency such as org.apache.tomcat:tomcat-el-api or use a full Java EE container.
affects: all
Upgrade
Version history
1.0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
geronimo-el-2-2-spec — mvn dependency:get geronimo-el-2-2-spec · libregistry