Registry / web-framework / tomcat-jsp-api

tomcat-jsp-api

JSON →
library11.0.21javamavenunverified

Provides the JavaServer Pages (JSP) API for use with Apache Tomcat.

<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-jsp-api</artifactId> <version>11.0.21</version> </dependency>
INSTALL
IMPORT
SIG · TOMCAT-JSP-API
T
tomcat-jsp-api
web-frameworkjavav11.0.21
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.

JspFactory
javax.servlet.jsp.JspFactory

Gets the default JSP factory instance.

import javax.servlet.jsp.JspFactory; public class Example { public static void main(String[] args) { JspFactory factory = JspFactory.getDefaultFactory(); System.out.println("JSP Factory: " + factory); } }
Debug
Known issues
gotchaThe JSP API may be deprecated in favor of Facelets in newer Jakarta EE versions.
fix
Consider migrating to Facelets for modern web applications.
affects: all
Upgrade
Version history
11.0.21latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
tomcat-jsp-api — mvn dependency:get tomcat-jsp-api · libregistry