tomp.quiz
Class QuizSession

java.lang.Object
  extended bytomp.quiz.QuizSession

public class QuizSession
extends java.lang.Object


Field Summary
static java.lang.String DOC_ID
           
 
Constructor Summary
QuizSession(QuizManager mgr, java.lang.String u, javax.servlet.http.HttpSession ses)
           
 
Method Summary
protected  java.lang.String getAnswerFilterScript(QuizDocument doc)
           
 void newSubmit(QuizServlet servlet, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DOC_ID

public static final java.lang.String DOC_ID
See Also:
Constant Field Values
Constructor Detail

QuizSession

public QuizSession(QuizManager mgr,
                   java.lang.String u,
                   javax.servlet.http.HttpSession ses)
Method Detail

newSubmit

public void newSubmit(QuizServlet servlet,
                      javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse res)
               throws java.lang.Exception
Throws:
java.lang.Exception

getAnswerFilterScript

protected java.lang.String getAnswerFilterScript(QuizDocument doc)

toString

public java.lang.String toString()