Package prompto.debug
Class DebugRequestServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- prompto.server.CleverServlet
-
- prompto.debug.DebugRequestServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class DebugRequestServlet extends CleverServlet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class prompto.server.CleverServlet
CURRENT_REQUEST, CURRENT_RESPONSE, REGISTERED_ORIGINS
-
-
Constructor Summary
Constructors Constructor Description DebugRequestServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)voidsetDebugger(prompto.debug.IDebugger debugger)-
Methods inherited from class prompto.server.CleverServlet
getServletName, readPartsAsBytes, readPartsAsObjects, service, setHolder, setMultipartConfig, writeJSONError, writeJsonResponseError, writeJSONResult
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service
-
-
-
-
Method Detail
-
setDebugger
public void setDebugger(prompto.debug.IDebugger debugger)
-
doPost
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException- Overrides:
doPostin classjavax.servlet.http.HttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
-