Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface HttpJspPage
extends JspPage
Method Summary | |
void |
|
Methods inherited from interface javax.servlet.jsp.JspPage | |
jspDestroy , jspInit |
Methods inherited from interface javax.servlet.Servlet | |
destroy , getServletConfig , getServletInfo , init , service |
public void _jspService(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
This method is called on every request.
- Parameters:
request
- contains the request informationresponse
- the reponse information
- Throws:
ServletException
- XXX