org.opennms.web.availability
Class AvailabilityServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opennms.web.availability.AvailabilityServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class AvailabilityServlet
- extends HttpServlet
- Author:
- Jacinta Remedios , Lawrence Karnowski , OpenNMS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
xslFileName
protected String xslFileName
pdfxslFileName
protected String pdfxslFileName
svgxslFileName
protected String svgxslFileName
redirectSuccess
protected String redirectSuccess
redirectFailure
protected String redirectFailure
redirectNoEmail
protected String redirectNoEmail
scriptGenerateReport
protected String scriptGenerateReport
scriptMailReport
protected String scriptMailReport
useScript
protected String useScript
logo
protected String logo
AvailabilityServlet
public AvailabilityServlet()
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
streamToStream
protected void streamToStream(Reader in,
Writer out)
throws IOException
- Deprecated. Should use
Util.streamToStream instead.
- Throws:
IOException
Copyright © 2009. All Rights Reserved.