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

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.ShellServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ShellServlet
extends BasicServlet

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.accumulo.server.monitor.servlets.BasicServlet
log
 
Constructor Summary
ShellServlet()
           
 
Method Summary
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)
           
 
Methods inherited from class org.apache.accumulo.server.monitor.servlets.BasicServlet
banner, currentPage, decode, doGet, 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

ShellServlet

public ShellServlet()
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

doPost

protected void doPost(javax.servlet.http.HttpServletRequest req,
                      javax.servlet.http.HttpServletResponse resp)
               throws javax.servlet.ServletException,
                      IOException
Overrides:
doPost in class BasicServlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.