public interface JspPage extends Servlet
Modifier and Type | Method and Description |
---|---|
void |
jspDestroy()
Called when closing the JSP page, after all requests.
|
void |
jspInit()
Called before the first request for a JSP page.
|
destroy, getServletConfig, getServletInfo, init, service