October 2000
Intermediate to advanced
416 pages
7h 28m
English

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

| 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 ... | |
Read now
Unlock full access