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.


Constructor Summary
HttpJSPServlet()
           
 
Method Summary
 void destroy()
           
 javax.servlet.ServletConfig getServletConfig()
           
 java.lang.String getServletInfo()
           
 void init(javax.servlet.ServletConfig config)
           
 void jspDestroy()
           
 void jspInit()
           
 void service(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
           
 

Constructor Detail

HttpJSPServlet

public HttpJSPServlet()
Method Detail

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.