tomp.quiz
Class QuizServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bytomp.xtcl.servlet.XTServlet
              extended bytomp.quiz.QuizServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class QuizServlet
extends XTServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class tomp.xtcl.servlet.XTServlet
context, XT_CONTEXT_NAME
 
Constructor Summary
QuizServlet()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void initApplicationContext(Context c)
           
protected  void initSessionContext(Context c, javax.servlet.http.HttpSession ses, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class tomp.xtcl.servlet.XTServlet
executeInApplication, executeInContext, executeInRequest, executeInServlet, executeInSession, getApplicationXTContext, getRequestXTContext, getServletXTContext, getSessionXTContext, getSessionXTContext, init, initRequestContext, initServletContext, service, setApplicationXTContext, setRequestXTContext, setServletXTContext, setSessionXTContext, setSessionXTContext
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, 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

QuizServlet

public QuizServlet()
Method Detail

initApplicationContext

protected void initApplicationContext(Context c)
                               throws javax.servlet.ServletException,
                                      java.io.IOException
Overrides:
initApplicationContext in class XTServlet
Throws:
javax.servlet.ServletException
java.io.IOException

initSessionContext

protected void initSessionContext(Context c,
                                  javax.servlet.http.HttpSession ses,
                                  javax.servlet.http.HttpServletRequest req,
                                  javax.servlet.http.HttpServletResponse res)
                           throws javax.servlet.ServletException,
                                  java.io.IOException
Overrides:
initSessionContext in class XTServlet
Throws:
javax.servlet.ServletException
java.io.IOException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse res)
               throws javax.servlet.ServletException,
                      java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest req,
                     javax.servlet.http.HttpServletResponse res)
              throws javax.servlet.ServletException,
                     java.io.IOException
Throws:
javax.servlet.ServletException
java.io.IOException