org.opennms.web.admin.notification.noticeWizard
Class NotificationWizardServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.opennms.web.admin.notification.noticeWizard.NotificationWizardServlet
All Implemented Interfaces:
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.

Since:
1.8.1
Version:
$Id: $
Author:
Jason Johns , OpenNMS , Jason Johns , OpenNMS
See Also:
Serialized Form

Field Summary
static String SOURCE_PAGE_NOTICES
          Constant SOURCE_PAGE_NOTICES="eventNotices.jsp"
static String SOURCE_PAGE_NOTIFICATION_INDEX
          Constant SOURCE_PAGE_NOTIFICATION_INDEX="../index.jsp"
static String SOURCE_PAGE_NOTIFS_FOR_UEI
          Constant SOURCE_PAGE_NOTIFS_FOR_UEI="notifsForUEI.jsp"
static String SOURCE_PAGE_OTHER_WEBUI
          Constant SOURCE_PAGE_OTHER_WEBUI="eventslist"
static String SOURCE_PAGE_PATH
          Constant SOURCE_PAGE_PATH="choosePath.jsp"
static String SOURCE_PAGE_PATH_OUTAGE
          Constant SOURCE_PAGE_PATH_OUTAGE="buildPathOutage.jsp"
static String SOURCE_PAGE_RULE
          Constant SOURCE_PAGE_RULE="buildRule.jsp"
static String SOURCE_PAGE_UEIS
          Constant SOURCE_PAGE_UEIS="chooseUeis.jsp"
static String SOURCE_PAGE_VALIDATE
          Constant SOURCE_PAGE_VALIDATE="validateRule.jsp"
static String SOURCE_PAGE_VALIDATE_PATH_OUTAGE
          Constant SOURCE_PAGE_VALIDATE_PATH_OUTAGE="validatePathOutage.jsp"
 
Constructor Summary
NotificationWizardServlet()
           
 
Method Summary
 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 String SOURCE_PAGE_OTHER_WEBUI
Constant SOURCE_PAGE_OTHER_WEBUI="eventslist"

See Also:
Constant Field Values

SOURCE_PAGE_NOTICES

public static final String SOURCE_PAGE_NOTICES
Constant SOURCE_PAGE_NOTICES="eventNotices.jsp"

See Also:
Constant Field Values

SOURCE_PAGE_NOTIFS_FOR_UEI

public static final 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 String SOURCE_PAGE_UEIS
Constant SOURCE_PAGE_UEIS="chooseUeis.jsp"

See Also:
Constant Field Values

SOURCE_PAGE_RULE

public static final String SOURCE_PAGE_RULE
Constant SOURCE_PAGE_RULE="buildRule.jsp"

See Also:
Constant Field Values

SOURCE_PAGE_VALIDATE

public static final String SOURCE_PAGE_VALIDATE
Constant SOURCE_PAGE_VALIDATE="validateRule.jsp"

See Also:
Constant Field Values

SOURCE_PAGE_PATH_OUTAGE

public static final 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 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 String SOURCE_PAGE_PATH
Constant SOURCE_PAGE_PATH="choosePath.jsp"

See Also:
Constant Field Values

SOURCE_PAGE_NOTIFICATION_INDEX

public static final 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,
                   IOException

Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException


Copyright © 2011. All Rights Reserved.