org.apache.accumulo.server.monitor.servlets
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, currentPage, decode, doGet, encode, getBodyAttributes, getCookie, pageEnd, pageStart, sanitize
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final String CSRF_KEY
protected String getTitle(javax.servlet.http.HttpServletRequest req)
getTitle
in class BasicServlet
protected void pageBody(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response, StringBuilder sb) throws IOException
pageBody
in class BasicServlet
IOException
protected void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doPost
in class BasicServlet
javax.servlet.ServletException
IOException
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.