org.apache.accumulo.server.monitor.servlets
public class DefaultServlet extends BasicServlet
Modifier and Type | Field and Description |
---|---|
static int |
GRAPH_HEIGHT |
static int |
GRAPH_WIDTH |
log
Constructor and Description |
---|
DefaultServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doGet(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 resp,
StringBuilder sb) |
static void |
tableRow(StringBuilder sb,
boolean highlight,
Object... cells) |
banner, currentPage, decode, doPost, encode, getBodyAttributes, getCookie, pageEnd, pageStart, sanitize
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public static final int GRAPH_WIDTH
public static final int GRAPH_HEIGHT
protected String getTitle(javax.servlet.http.HttpServletRequest req)
getTitle
in class BasicServlet
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class BasicServlet
javax.servlet.ServletException
IOException
protected void pageBody(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, StringBuilder sb) throws IOException
pageBody
in class BasicServlet
IOException
public static void tableRow(StringBuilder sb, boolean highlight, Object... cells)
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.