Registry / web-framework / apache-jstl

apache-jstl

JSON →
library11.0.0javamavenunverified

Implementation of the Java Standard Tag Library (JSTL) for use in Jakarta Server Pages.

<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>apache-jstl</artifactId> <version>11.0.0</version> </dependency>
INSTALL
IMPORT
SIG · APACHE-JSTL
A
apache-jstl
web-frameworkjavav11.0.0
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.

ConditionalTagSupport
jakarta.servlet.jsp.jstl.core.ConditionalTagSupport

Extends ConditionalTagSupport to create a custom JSTL conditional tag.

import jakarta.servlet.jsp.jstl.core.ConditionalTagSupport; import jakarta.servlet.jsp.JspException; public class MyConditionTag extends ConditionalTagSupport { @Override protected boolean condition() throws JspException { return true; } }
Debug
Known issues
breakingJSTL 1.2+ uses jakarta.servlet.jsp.jstl namespace; older javax.servlet.jsp.jstl is deprecated.
fix
Use jakarta imports for modern servlet containers (Tomcat 10+, Jetty 11+).
affects: >=11.0.0
Upgrade
Version history
11.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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