org.apache.jasper.runtime

Class HttpJspBase

Implemented Interfaces:
HttpJspPage

public abstract class HttpJspBase
extends HttpServlet
implements HttpJspPage

This is the super class of all JSP-generated servlets.
Author:
Anil K. Vijendran

Constructor Summary

HttpJspBase()

Method Summary

protected void
_jspDestroy()
void
_jspInit()
abstract void
_jspService(HttpServletRequest request, HttpServletResponse response)
void
destroy()
String
getServletInfo()
void
init(ServletConfig config)
void
jspDestroy()
void
jspInit()
void
service(HttpServletRequest request, HttpServletResponse response)
Entry point into service.

Constructor Details

HttpJspBase

protected HttpJspBase()

Method Details

_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.