public class StreetServlet
extends com.gisgraphy.servlet.GisgraphyServlet
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger
The logger
|
static String |
STREET_SEARCH_MODE_PARAMETER |
Constructor and Description |
---|
StreetServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
com.gisgraphy.serializer.common.IoutputFormatVisitor |
getErrorVisitor(String errorMessage) |
com.gisgraphy.domain.valueobject.GisgraphyServiceType |
getGisgraphyServiceType() |
void |
init() |
void |
setStreetSearchEngine(com.gisgraphy.street.IStreetSearchEngine streetSearchEngine) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, isDebugMode, sendCustomError, setDebugMode, setResponseContentType
public static final String STREET_SEARCH_MODE_PARAMETER
protected static final org.slf4j.Logger logger
public void init() throws javax.servlet.ServletException
init
in class com.gisgraphy.servlet.GisgraphyServlet
javax.servlet.ServletException
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
IOException
public void setStreetSearchEngine(com.gisgraphy.street.IStreetSearchEngine streetSearchEngine)
streetSearchEngine
- the streetSearchEngine to setpublic com.gisgraphy.domain.valueobject.GisgraphyServiceType getGisgraphyServiceType()
getGisgraphyServiceType
in class com.gisgraphy.servlet.GisgraphyServlet
public com.gisgraphy.serializer.common.IoutputFormatVisitor getErrorVisitor(String errorMessage)
getErrorVisitor
in class com.gisgraphy.servlet.GisgraphyServlet
Copyright © 2015. All rights reserved.