@ThreadSafe public final class TriggerServlet extends AbstractServlet
AbstractServlet.BadRequestException| Modifier and Type | Field and Description |
|---|---|
static String |
INFO_PARAMETER
Info parameter.
|
static String |
SERVICE_PARAMETER
Service parameter.
|
static String |
SIGNAL_PARAMETER
Signal parameter.
|
static String |
UUID_PARAMETER
UUID parameter.
|
JSON_CONTENT_TYPE, JSON_PARAMETER, RESPONSE_ROOT, STAMP_ATTRIBUTE, XML_CONTENT_TYPE| Constructor and Description |
|---|
TriggerServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response)
Does GET processing.
|
void |
init()
Initializes the servlet state.
|
canonicalize, getThisLogger, parseRequest, sendGetResponse, sendPostResponse, service, setLogID, toBoolean, toStampdoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final String INFO_PARAMETER
public static final String SERVICE_PARAMETER
public static final String SIGNAL_PARAMETER
public static final String UUID_PARAMETER
public void init()
throws ServletException
init in class GenericServletServletException - When approriate.protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException
doGet in class HttpServletrequest - The HTTP request.response - The HTTP response.IOException - When appropriate.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.