tomp.docbook.servlet
Class QAServlet

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

public class QAServlet
extends XTServlet

See Also:
Serialized Form

Field Summary
static java.lang.String WHAT
           
 
Fields inherited from class tomp.xtcl.servlet.XTServlet
context, XT_CONTEXT_NAME
 
Constructor Summary
QAServlet()
           
 
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  java.lang.String getCommonScript()
           
protected  java.lang.String getNewAScript(java.lang.String id, java.lang.String text)
           
protected  java.lang.String getNewQScript(java.lang.String id, java.lang.String text)
           
 
Methods inherited from class tomp.xtcl.servlet.XTServlet
executeInApplication, executeInContext, executeInRequest, executeInServlet, executeInSession, getApplicationXTContext, getRequestXTContext, getServletXTContext, getSessionXTContext, getSessionXTContext, init, initApplicationContext, initRequestContext, initServletContext, initSessionContext, 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
 

Field Detail

WHAT

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

QAServlet

public QAServlet()
Method Detail

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

getNewQScript

protected java.lang.String getNewQScript(java.lang.String id,
                                         java.lang.String text)

getNewAScript

protected java.lang.String getNewAScript(java.lang.String id,
                                         java.lang.String text)

getCommonScript

protected java.lang.String getCommonScript()