@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, toStamp
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public 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 GenericServlet
ServletException
- When approriate.protected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException
doGet
in class HttpServlet
request
- The HTTP request.response
- The HTTP response.IOException
- When appropriate.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.