|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.opennms.web.admin.discovery.ActionDiscoveryServlet
public class ActionDiscoveryServlet
A servlet that handles updating the status of the notifications
| Field Summary | |
|---|---|
static String |
addExcludeRangeAction
Constant addExcludeRangeAction="AddExcludeRange" |
static String |
addIncludeRangeAction
Constant addIncludeRangeAction="AddIncludeRange" |
static String |
addIncludeUrlAction
Constant addIncludeUrlAction="AddIncludeUrl" |
static String |
addSpecificAction
Constant addSpecificAction="AddSpecific" |
protected static ThreadCategory |
log
Constant log |
static String |
removeExcludeRangeAction
Constant removeExcludeRangeAction="RemoveExcludeRange" |
static String |
removeIncludeRangeAction
Constant removeIncludeRangeAction="RemoveIncludeRange" |
static String |
removeIncludeUrlAction
Constant removeIncludeUrlAction="RemoveIncludeUrl" |
static String |
removeSpecificAction
Constant removeSpecificAction="RemoveSpecific" |
static String |
saveAndRestartAction
Constant saveAndRestartAction="SaveAndRestart" |
| Constructor Summary | |
|---|---|
ActionDiscoveryServlet()
|
|
| Method Summary | |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, 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 |
|---|
protected static ThreadCategory log
log
public static String addSpecificAction
addSpecificAction="AddSpecific"
public static String removeSpecificAction
removeSpecificAction="RemoveSpecific"
public static String addIncludeRangeAction
addIncludeRangeAction="AddIncludeRange"
public static String removeIncludeRangeAction
removeIncludeRangeAction="RemoveIncludeRange"
public static String addIncludeUrlAction
addIncludeUrlAction="AddIncludeUrl"
public static String removeIncludeUrlAction
removeIncludeUrlAction="RemoveIncludeUrl"
public static String addExcludeRangeAction
addExcludeRangeAction="AddExcludeRange"
public static String removeExcludeRangeAction
removeExcludeRangeAction="RemoveExcludeRange"
public static String saveAndRestartAction
saveAndRestartAction="SaveAndRestart"
| Constructor Detail |
|---|
public ActionDiscoveryServlet()
| Method Detail |
|---|
public void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletException
IOException
public void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||