tomp.quiz
Class QuizServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
tomp.xtcl.servlet.XTServlet
tomp.quiz.QuizServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class QuizServlet
- extends XTServlet
- See Also:
- Serialized Form
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 |
QuizServlet
public QuizServlet()
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