tomp.docbook.servlet
Class QAServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
tomp.xtcl.servlet.XTServlet
tomp.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
|
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 |
WHAT
public static final java.lang.String WHAT
- See Also:
- Constant Field Values
QAServlet
public QAServlet()
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()