javax.servlet.jsp
Interface HttpJspPage
- JspPage, Servlet
public interface HttpJspPage
This is the interface that a JSP processor-generated class for the
HTTP protocol must satisfy.
_jspService
public void _jspService(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
_jspService corresponds to the body of the JSP page.
This method is defined automatically by the JSP processor
and should NEVER BE DEFINED BY THE JSP AUTHOR
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.