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, Servlet, ServletConfig

public class NotificationWizardServlet
extends HttpServlet

A servlet that handles the data comming in from the notification wizard jsps.

Author:
Jason Johns , OpenNMS
See Also:
Serialized Form

Field Summary
static String SOURCE_PAGE_NOTICES
           
static String SOURCE_PAGE_NOTIFICATION_INDEX
           
static String SOURCE_PAGE_NOTIFS_FOR_UEI
           
static String SOURCE_PAGE_OTHER_WEBUI
           
static String SOURCE_PAGE_PATH
           
static String SOURCE_PAGE_PATH_OUTAGE
           
static String SOURCE_PAGE_RULE
           
static String SOURCE_PAGE_UEIS
           
static String SOURCE_PAGE_VALIDATE
           
static String SOURCE_PAGE_VALIDATE_PATH_OUTAGE
           
 
Constructor Summary
NotificationWizardServlet()
           
 
Method Summary
 void doPost(HttpServletRequest request, 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
See Also:
Constant Field Values

SOURCE_PAGE_NOTICES

public static final String SOURCE_PAGE_NOTICES
See Also:
Constant Field Values

SOURCE_PAGE_NOTIFS_FOR_UEI

public static final String SOURCE_PAGE_NOTIFS_FOR_UEI
See Also:
Constant Field Values

SOURCE_PAGE_UEIS

public static final String SOURCE_PAGE_UEIS
See Also:
Constant Field Values

SOURCE_PAGE_RULE

public static final String SOURCE_PAGE_RULE
See Also:
Constant Field Values

SOURCE_PAGE_VALIDATE

public static final String SOURCE_PAGE_VALIDATE
See Also:
Constant Field Values

SOURCE_PAGE_PATH_OUTAGE

public static final String SOURCE_PAGE_PATH_OUTAGE
See Also:
Constant Field Values

SOURCE_PAGE_VALIDATE_PATH_OUTAGE

public static final String SOURCE_PAGE_VALIDATE_PATH_OUTAGE
See Also:
Constant Field Values

SOURCE_PAGE_PATH

public static final String SOURCE_PAGE_PATH
See Also:
Constant Field Values

SOURCE_PAGE_NOTIFICATION_INDEX

public static final String SOURCE_PAGE_NOTIFICATION_INDEX
See Also:
Constant Field Values
Constructor Detail

NotificationWizardServlet

public NotificationWizardServlet()
Method Detail

doPost

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


Copyright © 2009. All Rights Reserved.