Registry / web-framework / apache-el

apache-el

JSON →
library11.0.22javamavenunverified

A rebundling of Apache Tomcat Jasper to remove the tomcat server dependencies, so that the JSP engine can be used by the Eclipse Jetty project.

<dependency> <groupId>org.mortbay.jasper</groupId> <artifactId>apache-el</artifactId> <version>11.0.22</version> </dependency>
INSTALL
IMPORT
SIG · APACHE-EL
A
apache-el
web-frameworkjavav11.0.22
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
org.apache.el.ExpressionFactoryImpl

Create an EL ExpressionFactory using the Jetty rebundled implementation.

import org.apache.el.ExpressionFactoryImpl; import javax.el.ExpressionFactory; public class Example { public static void main(String[] args) { ExpressionFactory factory = new ExpressionFactoryImpl(); System.out.println("EL ExpressionFactory created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
apache-el — mvn dependency:get apache-el · libregistry