@ThreadSafe public final class InfoServlet extends AbstractServlet
AbstractServlet.BadRequestException
Modifier and Type | Field and Description |
---|---|
static String |
NAME_ATTRIBUTE
Name attribute.
|
static String |
POINT_ELEMENT
Point element.
|
static String |
POINTS_QUERY
Points query.
|
static String |
REGEXP_ATTRIBUTE
Regexp attribute.
|
static String |
REQUESTS_ROOT
Requests root element.
|
static String |
RESPONSES_ROOT
Responses root element.
|
static String |
SELECT_PARAMETER
Select parameter.
|
static String |
UUID_ATTRIBUTE
UUID attribute.
|
static String |
WILD_ATTRIBUTE
Wild attribute.
|
JSON_CONTENT_TYPE, JSON_PARAMETER, RESPONSE_ROOT, STAMP_ATTRIBUTE, XML_CONTENT_TYPE
Constructor and Description |
---|
InfoServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
protected void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
void |
init()
Initializes the servlet state.
|
canonicalize, getThisLogger, parseRequest, sendGetResponse, sendPostResponse, service, setLogID, toBoolean, toStamp
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
public static final String NAME_ATTRIBUTE
public static final String POINTS_QUERY
public static final String POINT_ELEMENT
public static final String REGEXP_ATTRIBUTE
public static final String REQUESTS_ROOT
public static final String RESPONSES_ROOT
public static final String SELECT_PARAMETER
public static final String UUID_ATTRIBUTE
public static final String WILD_ATTRIBUTE
public void init() throws ServletException
init
in class GenericServlet
ServletException
- When appropriate.protected void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException
doGet
in class HttpServlet
IOException
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException
doPost
in class HttpServlet
IOException
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.