Registry / web-framework / jstl-impl

jstl-impl

JSON →
library1.2javamavenunverified

Implementation of the JavaServer Pages Standard Tag Library (JSTL).

<dependency> <groupId>org.glassfish.web</groupId> <artifactId>jstl-impl</artifactId> <version>1.2</version> </dependency>
INSTALL
IMPORT
SIG · JSTL-IMPL
J
jstl-impl
web-frameworkjavav1.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 MyTag extends ConditionalTagSupport { @Override protected boolean condition() { return true; } }
Debug
Known issues
breakingJSTL 1.2 is outdated; consider using Jakarta Standard Tag Library (JSTL 2.0).
fix
Use jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api and org.glassfish.web:jakarta.servlet.jsp.jstl.
affects: <2.0.0
Upgrade
Version history
1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
Amazon
1
Resources
jstl-impl — mvn dependency:get jstl-impl · libregistry