Class NotificationWizardServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- 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.- Author:
- Jason Johns , OpenNMS
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SOURCE_PAGE_NOTICES
ConstantSOURCE_PAGE_NOTICES="eventNotices.htm"
static String
SOURCE_PAGE_NOTIFICATION_INDEX
ConstantSOURCE_PAGE_NOTIFICATION_INDEX="../index.jsp"
static String
SOURCE_PAGE_NOTIFS_FOR_UEI
ConstantSOURCE_PAGE_NOTIFS_FOR_UEI="notifsForUEI.jsp"
static String
SOURCE_PAGE_OTHER_WEBUI
ConstantSOURCE_PAGE_OTHER_WEBUI="eventslist"
static String
SOURCE_PAGE_PATH
ConstantSOURCE_PAGE_PATH="choosePath.jsp"
static String
SOURCE_PAGE_PATH_OUTAGE
ConstantSOURCE_PAGE_PATH_OUTAGE="buildPathOutage.jsp"
static String
SOURCE_PAGE_RULE
ConstantSOURCE_PAGE_RULE="buildRule.jsp"
static String
SOURCE_PAGE_UEIS
ConstantSOURCE_PAGE_UEIS="chooseUeis.htm"
static String
SOURCE_PAGE_VALIDATE
ConstantSOURCE_PAGE_VALIDATE="validateRule.jsp"
static String
SOURCE_PAGE_VALIDATE_PATH_OUTAGE
ConstantSOURCE_PAGE_VALIDATE_PATH_OUTAGE="validatePathOutage.jsp"
-
Constructor Summary
Constructors Constructor Description NotificationWizardServlet()
-
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
-
-
-
-
Field Detail
-
SOURCE_PAGE_OTHER_WEBUI
public static final String SOURCE_PAGE_OTHER_WEBUI
ConstantSOURCE_PAGE_OTHER_WEBUI="eventslist"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_NOTICES
public static final String SOURCE_PAGE_NOTICES
ConstantSOURCE_PAGE_NOTICES="eventNotices.htm"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_NOTIFS_FOR_UEI
public static final String SOURCE_PAGE_NOTIFS_FOR_UEI
ConstantSOURCE_PAGE_NOTIFS_FOR_UEI="notifsForUEI.jsp"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_UEIS
public static final String SOURCE_PAGE_UEIS
ConstantSOURCE_PAGE_UEIS="chooseUeis.htm"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_RULE
public static final String SOURCE_PAGE_RULE
ConstantSOURCE_PAGE_RULE="buildRule.jsp"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_VALIDATE
public static final String SOURCE_PAGE_VALIDATE
ConstantSOURCE_PAGE_VALIDATE="validateRule.jsp"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_PATH_OUTAGE
public static final String SOURCE_PAGE_PATH_OUTAGE
ConstantSOURCE_PAGE_PATH_OUTAGE="buildPathOutage.jsp"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_VALIDATE_PATH_OUTAGE
public static final String SOURCE_PAGE_VALIDATE_PATH_OUTAGE
ConstantSOURCE_PAGE_VALIDATE_PATH_OUTAGE="validatePathOutage.jsp"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_PATH
public static final String SOURCE_PAGE_PATH
ConstantSOURCE_PAGE_PATH="choosePath.jsp"
- See Also:
- Constant Field Values
-
SOURCE_PAGE_NOTIFICATION_INDEX
public static final String SOURCE_PAGE_NOTIFICATION_INDEX
ConstantSOURCE_PAGE_NOTIFICATION_INDEX="../index.jsp"
- See Also:
- Constant Field Values
-
-
Method Detail
-
doPost
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
- Overrides:
doPost
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
-
-