com.ondelette.servlet.webforum
Class WebForumGenericServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--com.ondelette.servlet.webforum.WebForumGenericServlet
All Implemented Interfaces:
GenericServletInterface, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WebForumGenericServlet
extends javax.servlet.GenericServlet
implements GenericServletInterface

This servlet is a low-level version of the WebForumServlet. It is meant to be used with the SwingForumApplet

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ondelette.servlet.webforum.GenericServletInterface
END, GET, MESSAGE, PAGE, PUT
 
Constructor Summary
WebForumGenericServlet()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletConfig config)
           
 void service(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
           
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebForumGenericServlet

public WebForumGenericServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Parameters:
config -
Throws:
javax.servlet.ServletException
Since:
0.30

service

public void service(javax.servlet.ServletRequest request,
                    javax.servlet.ServletResponse response)
             throws javax.servlet.ServletException,
                    java.io.IOException
Specified by:
service in interface javax.servlet.Servlet
Specified by:
service in class javax.servlet.GenericServlet
Parameters:
request -
response -
Throws:
javax.servlet.ServletException
java.io.IOException
Since:
0.30

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet