org.apache.jasper.runtime
Class HttpJspBase
HttpServlet
org.apache.jasper.runtime.HttpJspBase
- HttpJspPage
public abstract class HttpJspBase
extends HttpServlet
implements HttpJspPage
This is the super class of all JSP-generated servlets.
HttpJspBase
protected HttpJspBase()
_jspDestroy
protected void _jspDestroy()
_jspInit
public void _jspInit()
_jspService
public abstract void _jspService(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
destroy
public final void destroy()
getServletInfo
public String getServletInfo()
init
public final void init(ServletConfig config)
throws ServletException
jspDestroy
public void jspDestroy()
jspInit
public void jspInit()
service
public final void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
Entry point into service.
Copyright B) 2000-2004 Apache Software Foundation. All Rights Reserved.