jrun.jsp.runtime
Class HttpJSPServlet
jrun.jsp.runtime.HttpJSPServlet
- public abstract class HttpJSPServlet
This class serves as a base class for servlets that don't specify an
extends attribute on the jsp directive.
HttpJSPServlet
public HttpJSPServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
service
public void service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
getServletInfo
public java.lang.String getServletInfo()
destroy
public void destroy()
jspInit
public void jspInit()
jspDestroy
public void jspDestroy()
Copyright � 2002 Macromedia Corporation. All Rights Reserved.