public interface JspPage extends Servlet
Modifier and Type | Method and Description |
---|---|
void |
jspDestroy()
Notification that the JSP page is about to be destroyed.
|
void |
jspInit()
Notification that the JSP page is being initialized.
|
destroy, getServletConfig, getServletInfo, init, service