Registry / web-framework / javax-servlet-jsp-jstl

javax-servlet-jsp-jstl

JSON →
library1.2.5javamavenunverified

Reference implementation of the JavaServer Pages Standard Tag Library (JSTL) for JSP-based web applications.

<dependency> <groupId>org.glassfish.web</groupId> <artifactId>javax.servlet.jsp.jstl</artifactId> <version>1.2.5</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-SERVLET-JSP-
J
javax-servlet-jsp-jstl
web-frameworkjavav1.2.5
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
javax.servlet.jsp.jstl.core.ConditionalTagSupport

Create a custom conditional JSTL tag.

import javax.servlet.jsp.jstl.core.ConditionalTagSupport; ConditionalTagSupport tag = new ConditionalTagSupport() { protected boolean condition() { return true; } };
Debug
Known issues
breakingThis is the old javax namespace; newer projects should use jakarta.servlet.jsp.jstl.
fix
Migrate to jakarta.servlet.jsp.jstl for Jakarta EE compatibility.
affects: >=1.2.0
Upgrade
Version history
1.2.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
javax-servlet-jsp-jstl — mvn dependency:get javax-servlet-jsp-jstl · libregistry