|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.arsdigita.web.BaseServlet
com.arsdigita.versioning.VersioningServlet
This servlet, along with a couple of helper JSPs, is used for debugging.
Nested Class Summary | |
static interface |
VersioningServlet.GraphPrinter
Prints the versioning dependency graph to the specified writer. |
static interface |
VersioningServlet.RollbackLogger
Logs operations performed during rollback. |
static interface |
VersioningServlet.VersionedObjects
An iterator over a collection of versioned oids. |
Field Summary |
Fields inherited from class com.arsdigita.web.BaseServlet |
REQUEST_URL_ATTRIBUTE, versionId |
Constructor Summary | |
VersioningServlet()
|
Method Summary | |
void |
doService(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
The method that BaseServlet.doGet(HttpServletRequest,HttpServletResponse) and BaseServlet.doPost(HttpServletRequest,HttpServletResponse) call. |
Methods inherited from class com.arsdigita.web.BaseServlet |
destroy, doDestroy, doGet, doInit, doPost, getUserContext, init |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
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 |
public VersioningServlet()
Method Detail |
public void doService(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
BaseServlet
The method that BaseServlet.doGet(HttpServletRequest,HttpServletResponse)
and BaseServlet.doPost(HttpServletRequest,HttpServletResponse)
call. This is
the extension point for users of this class.
doService
in class BaseServlet
javax.servlet.ServletException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |