public class RestDocServlet extends BaseServlet
| Constructor and Description |
|---|
RestDocServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
A GET request basically starts with /r2/ and then routes through the
magic kernel folder browser.
|
getByteContentFromPart, getFullContent, getParams, getSessionContext, handleUnexpectedException, processFunctionalRequest, sendResponseAppropriately, validateContextdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws java.io.IOException
doGet in class javax.servlet.http.HttpServletjava.io.IOException