public class ShellServlet extends BasicServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CSRF_KEY |
log| Constructor and Description |
|---|
ShellServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected String |
getTitle(javax.servlet.http.HttpServletRequest req) |
protected void |
pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response,
StringBuilder sb) |
banner, createCookie, currentPage, decode, doGet, encode, getBodyAttributes, getCookieValue, pageEnd, pageStart, sanitize, setCookiedoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String CSRF_KEY
protected String getTitle(javax.servlet.http.HttpServletRequest req)
getTitle in class BasicServletprotected void pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse response,
StringBuilder sb)
throws IOException
pageBody in class BasicServletIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doPost in class BasicServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.