Registry / web-framework / jboss-jstl-api-1-2-spec

jboss-jstl-api-1-2-spec

JSON →
library1.1.4.Finaljavamavenunverified

JavaServer Pages Standard Tag Library 1.2 API specification for JSP tag libraries.

<dependency> <groupId>org.jboss.spec.javax.servlet.jstl</groupId> <artifactId>jboss-jstl-api_1.2_spec</artifactId> <version>1.1.4.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-JSTL-API-1-2
J
jboss-jstl-api-1-2-spec
web-frameworkjavav1.1.4.Final
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

Using JSTL ConditionalTagSupport from the specification.

import javax.servlet.jsp.jstl.core.ConditionalTagSupport; public class Example { public static void main(String[] args) { ConditionalTagSupport tag = new ConditionalTagSupport() {}; System.out.println("JSTL tag created"); } }
Debug
Known issues
breakingJSTL 1.2 is for Java EE 6; newer Jakarta EE versions use jakarta.servlet.jsp.jstl.
fix
Use jakarta.servlet.jsp.jstl for Jakarta EE 9+.
affects: >=2.0.0
Upgrade
Version history
1.1.4.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jboss-jstl-api-1-2-spec — mvn dependency:get jboss-jstl-api-1-2-spec · libregistry