Registry / web-framework / jsp-api

jsp-api

JSON →
library2.1.2javamavenunverified

The JavaServer Pages API, providing interfaces and classes for developing JSP pages in Java web applications.

<dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>2.1.2</version> </dependency>
INSTALL
IMPORT
SIG · JSP-API
J
jsp-api
web-frameworkjavav2.1.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.

JspWriter
javax.servlet.jsp.JspWriter

Minimal example using JspWriter to output content.

import javax.servlet.jsp.JspWriter; public class Example { public void doSomething(JspWriter out) throws Exception { out.println("Hello from JSP"); } }
Debug
Known issues
breakingThis API is part of the older Java EE specification; consider migrating to Jakarta EE.
fix
Use jakarta.servlet.jsp-api instead of javax.servlet.jsp:jsp-api for modern applications.
affects: *
Upgrade
Version history
2.1.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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