com.ingenta.clownbike.servlet
Class AdministrationServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.ingenta.clownbike.servlet.ClownbikeServlet
              extended bycom.ingenta.clownbike.servlet.AdministrationServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AdministrationServlet
extends ClownbikeServlet

See Also:
Serialized Form

Constructor Summary
AdministrationServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
 void doPost(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
           
protected  TaskItemizedFinder getTaskFinder(DatabaseTransaction transaction, javax.servlet.http.HttpSession session, boolean reset)
           
 void init()
           
 
Methods inherited from class com.ingenta.clownbike.servlet.ClownbikeServlet
beginTransaction, beginTransaction, commit, forward, forward, forward, forward, forward, forward, forward, forward, forward, forward, forward, forward, forward, getAttribute, getConfiguration, getReferrer, getServletURI, getWebappURI, getWebappURL, isInitialized, redirect, rollback, setInitialized
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, 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

AdministrationServlet

public AdministrationServlet()
Method Detail

init

public void init()
Overrides:
init in class ClownbikeServlet

doPost

public void doPost(javax.servlet.http.HttpServletRequest httpRequest,
                   javax.servlet.http.HttpServletResponse httpResponse)
            throws javax.servlet.ServletException,
                   java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

doGet

public void doGet(javax.servlet.http.HttpServletRequest httpRequest,
                  javax.servlet.http.HttpServletResponse httpResponse)
           throws javax.servlet.ServletException,
                  java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

getTaskFinder

protected TaskItemizedFinder getTaskFinder(DatabaseTransaction transaction,
                                           javax.servlet.http.HttpSession session,
                                           boolean reset)
                                    throws DatabaseException
Throws:
DatabaseException