org.apache.accumulo.server.monitor.servlets
Class VisServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.accumulo.server.monitor.servlets.BasicServlet
              extended by org.apache.accumulo.server.monitor.servlets.VisServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class VisServlet
extends BasicServlet

See Also:
Serialized Form

Nested Class Summary
static class VisServlet.StatType
           
static class VisServlet.VisualizationConfig
           
 
Field Summary
 
Fields inherited from class org.apache.accumulo.server.monitor.servlets.BasicServlet
log
 
Constructor Summary
VisServlet()
           
 
Method Summary
protected  String getTitle(javax.servlet.http.HttpServletRequest req)
           
protected  void pageBody(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response, StringBuilder sb)
           
 
Methods inherited from class org.apache.accumulo.server.monitor.servlets.BasicServlet
banner, currentPage, decode, doGet, doPost, encode, getBodyAttributes, getCookie, pageEnd, pageStart, sanitize
 
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
 

Constructor Detail

VisServlet

public VisServlet()
Method Detail

getTitle

protected String getTitle(javax.servlet.http.HttpServletRequest req)
Specified by:
getTitle in class BasicServlet

pageBody

protected void pageBody(javax.servlet.http.HttpServletRequest req,
                        javax.servlet.http.HttpServletResponse response,
                        StringBuilder sb)
                 throws IOException
Overrides:
pageBody in class BasicServlet
Throws:
IOException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.