com.ondelette.servlet.webforum
Class WebForumServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.ondelette.servlet.webforum.WebForumServlet
All Implemented Interfaces:
AutorizationConstants, ParameterNames, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public final class WebForumServlet
extends javax.servlet.http.HttpServlet
implements ParameterNames, AutorizationConstants

Main servlet serving HTML

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ondelette.servlet.webforum.ParameterNames
ADDUSER, AUTHORPARAM, CHANGEUSER, CONFIRMEDDELETEMESSAGEPARAM, DELETEMESSAGEPARAM, DELETEUSER, DISPLAYUSER, DISPLAYUSERLIST, EMAILPARAM, FORUMFILEPARAM, LASTMESSAGES, LINKTITLEPARAM, LOGINPARAM, LOGOUTPARAM, MESSAGEIDPARAM, MESSAGEPARAM, NEWUSEREMAIL, NEWUSERLEVEL, NEWUSERNAME, NEWUSERPASSWORD, NEWUSERPASSWORD2, OLDUSERNAME, OPTURLPARAM, PAGEPARAM, PASSWORDPARAM, RESETPARAM, SHOWPARAM, SUBJECTPARAM, SUBMITFORMNAME, SUBMITMESSAGEPARAM, SUBSCRIBEUSER, USERFILEPARAM, USERPARAM
 
Fields inherited from interface com.ondelette.servlet.webforum.AutorizationConstants
ACCOUNTINACTIVE, ADMIN, DELETED, EXECUTIVEMEMBER, IDENTIFIEDGUEST, ILLEGAL, MEMBER, NORMAL, VIPMEMBER
 
Constructor Summary
WebForumServlet()
           
 
Method Summary
 void destroy()
           
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void init(javax.servlet.ServletConfig config)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
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

WebForumServlet

public WebForumServlet()
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

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  java.io.IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Parameters:
request -
response -
Throws:
javax.servlet.ServletException
java.io.IOException
Since:
0.30

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws javax.servlet.ServletException,
                   java.io.IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
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
Since:
0.30