org.apache.accumulo.server.monitor.servlets.trace
public class ShowTrace extends BasicServlet
log
Constructor and Description |
---|
ShowTrace() |
Modifier and Type | Method and Description |
---|---|
static String |
dateString(long millis) |
protected String |
getBodyAttributes()
Allow the concrete servlet implementation to provide attributes on the body HTML tag, such as 'onload', which can be used to call Javascript methods on
page load.
|
static int |
getIntParameter(javax.servlet.http.HttpServletRequest req,
String name,
int defaultMinutes) |
protected Scanner |
getScanner(StringBuilder sb) |
static String |
getStringParameter(javax.servlet.http.HttpServletRequest req,
String name,
String defaultValue) |
String |
getTitle(javax.servlet.http.HttpServletRequest req) |
void |
pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
StringBuilder sb) |
banner, currentPage, decode, doGet, doPost, encode, getCookie, pageEnd, pageStart, sanitize
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
public String getTitle(javax.servlet.http.HttpServletRequest req)
getTitle
in class BasicServlet
public void pageBody(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, StringBuilder sb) throws Exception
pageBody
in class BasicServlet
Exception
protected String getBodyAttributes()
BasicServlet
getBodyAttributes
in class BasicServlet
public static String getStringParameter(javax.servlet.http.HttpServletRequest req, String name, String defaultValue)
public static int getIntParameter(javax.servlet.http.HttpServletRequest req, String name, int defaultMinutes)
public static String dateString(long millis)
protected Scanner getScanner(StringBuilder sb) throws AccumuloException, AccumuloSecurityException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.