org.opennms.web.availability.raw
Class RawAvailabilityServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.opennms.web.availability.raw.RawAvailabilityServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class RawAvailabilityServlet
extends HttpServlet

Author:
Jacinta Remedios , Lawrence Karnowski , OpenNMS
See Also:
Serialized Form

Constructor Summary
RawAvailabilityServlet()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void init()
           
 Logger log()
           
protected  void streamToStream(Reader in, Writer out)
          Deprecated. Should use Util.streamToStream instead.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawAvailabilityServlet

public RawAvailabilityServlet()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException,
                  IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

log

public Logger log()

streamToStream

protected void streamToStream(Reader in,
                              Writer out)
                       throws IOException
Deprecated. Should use Util.streamToStream instead.

Throws:
IOException


Copyright © 2009. All Rights Reserved.