Class NotificationWizardServlet

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class NotificationWizardServlet
    extends javax.servlet.http.HttpServlet
    A servlet that handles the data comming in from the notification wizard jsps.
    Author:
    Jason Johns , OpenNMS
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doPost​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      • Methods inherited from class javax.servlet.http.HttpServlet

        doDelete, doGet, 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
    • Field Detail

      • SOURCE_PAGE_OTHER_WEBUI

        public static final java.lang.String SOURCE_PAGE_OTHER_WEBUI
        Constant SOURCE_PAGE_OTHER_WEBUI="eventslist"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_NOTICES

        public static final java.lang.String SOURCE_PAGE_NOTICES
        Constant SOURCE_PAGE_NOTICES="eventNotices.htm"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_NOTIFS_FOR_UEI

        public static final java.lang.String SOURCE_PAGE_NOTIFS_FOR_UEI
        Constant SOURCE_PAGE_NOTIFS_FOR_UEI="notifsForUEI.jsp"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_UEIS

        public static final java.lang.String SOURCE_PAGE_UEIS
        Constant SOURCE_PAGE_UEIS="chooseUeis.htm"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_RULE

        public static final java.lang.String SOURCE_PAGE_RULE
        Constant SOURCE_PAGE_RULE="buildRule.jsp"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_VALIDATE

        public static final java.lang.String SOURCE_PAGE_VALIDATE
        Constant SOURCE_PAGE_VALIDATE="validateRule.jsp"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_PATH_OUTAGE

        public static final java.lang.String SOURCE_PAGE_PATH_OUTAGE
        Constant SOURCE_PAGE_PATH_OUTAGE="buildPathOutage.jsp"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_VALIDATE_PATH_OUTAGE

        public static final java.lang.String SOURCE_PAGE_VALIDATE_PATH_OUTAGE
        Constant SOURCE_PAGE_VALIDATE_PATH_OUTAGE="validatePathOutage.jsp"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_PATH

        public static final java.lang.String SOURCE_PAGE_PATH
        Constant SOURCE_PAGE_PATH="choosePath.jsp"
        See Also:
        Constant Field Values
      • SOURCE_PAGE_NOTIFICATION_INDEX

        public static final java.lang.String SOURCE_PAGE_NOTIFICATION_INDEX
        Constant SOURCE_PAGE_NOTIFICATION_INDEX="../index.jsp"
        See Also:
        Constant Field Values
    • Constructor Detail

      • NotificationWizardServlet

        public NotificationWizardServlet()
    • Method Detail

      • doPost

        public void doPost​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws javax.servlet.ServletException,
                           java.io.IOException
        Overrides:
        doPost in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        java.io.IOException