Registry / web-framework / javax-servlet-jsp

javax-servlet-jsp

JSON →
library2.2.0.v201112011158javamavenunverified

OSGi bundle of the javax.servlet.jsp API from the Eclipse Orbit project.

<dependency> <groupId>org.eclipse.jetty.orbit</groupId> <artifactId>javax.servlet.jsp</artifactId> <version>2.2.0.v201112011158</version> </dependency>
INSTALL
IMPORT
SIG · JAVAX-SERVLET-JSP
J
javax-servlet-jsp
web-frameworkjavav2.2.0.v201112011158
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.

JspPage
javax.servlet.jsp.JspPage

Implements the JspPage interface for a custom JSP page.

import javax.servlet.jsp.JspPage; public class MyJspPage implements JspPage { public void jspInit() { } public void jspDestroy() { } public void _jspService(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) { } }
Debug
Known issues
gotchaThis artifact is an OSGi bundle and may require OSGi runtime or special handling in non-OSGi environments.
fix
Use a standard javax.servlet.jsp artifact (e.g., from Apache Tomcat) if not using OSGi.
affects: all
Upgrade
Version history
2.2.0.v201112011158latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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