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

javax-servlet-jsp-jstl-api

JSON →
library1.2.2javamavenunverified

JavaServer Pages Standard Tag Library API.

<dependency> <groupId>javax.servlet.jsp.jstl</groupId> <artifactId>javax.servlet.jsp.jstl-api</artifactId> <version>1.2.2</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-SERVLET-JSP-
J
javax-servlet-jsp-jstl-api
web-frameworkjavav1.2.2
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

Extends ConditionalTagSupport to create a custom JSTL tag.

import javax.servlet.jsp.jstl.core.ConditionalTagSupport; public class Example extends ConditionalTagSupport { @Override protected boolean condition() { return true; } }
Debug
Known issues
breakingThis API is part of Java EE; consider migrating to Jakarta EE (jakarta.servlet.jsp.jstl-api).
fix
Replace javax.servlet.jsp.jstl with jakarta.servlet.jsp.jstl in your imports and dependencies.
affects: >=1.2.0
Upgrade
Version history
1.2.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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