| javax.servlet.jsp.JspPage
JspPage | public interface JspPage extends Servlet(Code) | | JspPage is the base interface for any JSP page.
|
Method Summary | |
public void | jspDestroy() Called when closing the JSP page, after all requests. | public void | jspInit() Called before the first request for a JSP page. |
jspDestroy | public void jspDestroy()(Code) | | Called when closing the JSP page, after all requests.
|
jspInit | public void jspInit()(Code) | | Called before the first request for a JSP page.
|
|
|