public class ActionDiscoveryServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
addExcludeRangeAction
Constant
addExcludeRangeAction="AddExcludeRange" |
static String |
addIncludeRangeAction
Constant
addIncludeRangeAction="AddIncludeRange" |
static String |
addIncludeUrlAction
Constant
addIncludeUrlAction="AddIncludeUrl" |
static String |
addSpecificAction
Constant
addSpecificAction="AddSpecific" |
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 and Description |
|---|
ActionDiscoveryServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String addSpecificAction
addSpecificAction="AddSpecific"public static final String removeSpecificAction
removeSpecificAction="RemoveSpecific"public static final String addIncludeRangeAction
addIncludeRangeAction="AddIncludeRange"public static final String removeIncludeRangeAction
removeIncludeRangeAction="RemoveIncludeRange"public static final String addIncludeUrlAction
addIncludeUrlAction="AddIncludeUrl"public static final String removeIncludeUrlAction
removeIncludeUrlAction="RemoveIncludeUrl"public static final String addExcludeRangeAction
addExcludeRangeAction="AddExcludeRange"public static final String removeExcludeRangeAction
removeExcludeRangeAction="RemoveExcludeRange"public static final String saveAndRestartAction
saveAndRestartAction="SaveAndRestart"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.ServletExceptionIOExceptionpublic 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.ServletExceptionIOExceptionCopyright © 2015. All rights reserved.