Appendix A. JSP API QuickReference

JSP API QuickReference

Classes in javax.servlet.jsp.*

The JSP 1.1 API package, javax.servlet.jsp, contains the following classes and interfaces:

Classes in javax.servlet.jsp.*
Interface:javax.servlet.jsp.JspPage
SuperInterface:javax.servlet.Servlet
SubInterfaces:javax.servlet.jsp.HttpJspPage
This is the interface that a JSP engine will use to create classes from the JSP source code.
The interface defines a protocol with three methods; jspInit(), jspDestroy(), and _jspService(). The first two methods, jspInit() and jspDestroy(), can be defined by the JSP author.
The Third method ...

Get Core JSP now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.