Login | Register
My pages Projects Community openCollabNet
CyberWebForm 2.0

cyber.web.form
Class PreprocessServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--cyber.web.form.PreprocessServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class PreprocessServlet
extends HttpServlet

Author:
cying To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments
See Also:
Serialized Form

Constructor Summary
PreprocessServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest arg0, HttpServletResponse arg1)
           
 void init()
           
 void init(ServletConfig arg0)
           
 void service(ServletRequest request, ServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreprocessServlet

public PreprocessServlet()
Method Detail

service

public void service(ServletRequest request,
                    ServletResponse response)
             throws ServletException,
                    IOException
Overrides:
service in class HttpServlet

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet

init

public void init(ServletConfig arg0)
          throws ServletException
Overrides:
init in class GenericServlet

doGet

protected void doGet(HttpServletRequest arg0,
                     HttpServletResponse arg1)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet

CyberWebForm 2.0

Copyright 2000-2002 Apache Software Foundation.