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" |
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 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, service
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"
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doPost
in class javax.servlet.http.HttpServlet
javax.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.HttpServlet
javax.servlet.ServletException
IOException
Copyright © 2015. All Rights Reserved.