org.apache.accumulo.server.monitor.servlets.trace
Class ShowTrace
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.accumulo.server.monitor.servlets.BasicServlet
org.apache.accumulo.server.monitor.servlets.trace.ShowTrace
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ShowTrace
- extends BasicServlet
- See Also:
- Serialized Form
Fields inherited from class org.apache.accumulo.server.monitor.servlets.BasicServlet |
log |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowTrace
public ShowTrace()
getTitle
public String getTitle(javax.servlet.http.HttpServletRequest req)
- Specified by:
getTitle
in class BasicServlet
pageBody
public void pageBody(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
StringBuilder sb)
throws Exception
- Overrides:
pageBody
in class BasicServlet
- Throws:
Exception
getBodyAttributes
protected String getBodyAttributes()
- Description copied from class:
BasicServlet
- 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.
By default, nothing is specified.
- Overrides:
getBodyAttributes
in class BasicServlet
getStringParameter
public static String getStringParameter(javax.servlet.http.HttpServletRequest req,
String name,
String defaultValue)
getIntParameter
public static int getIntParameter(javax.servlet.http.HttpServletRequest req,
String name,
int defaultMinutes)
dateString
public static String dateString(long millis)
getScanner
protected Scanner getScanner(StringBuilder sb)
throws AccumuloException,
AccumuloSecurityException
- Throws:
AccumuloException
AccumuloSecurityException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.