public class GeolocServlet
extends com.gisgraphy.servlet.GisgraphyServlet
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger
The logger
|
| Constructor and Description |
|---|
GeolocServlet() |
| 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 |
setGeolocSearchEngine(com.gisgraphy.geocoloc.IGeolocSearchEngine geolocSearchEngine) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, isDebugMode, sendCustomError, setDebugMode, setResponseContentTypepublic void init()
throws javax.servlet.ServletException
init in class com.gisgraphy.servlet.GisgraphyServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void setGeolocSearchEngine(com.gisgraphy.geocoloc.IGeolocSearchEngine geolocSearchEngine)
geolocSearchEngine - the geolocSearchEngine to setpublic com.gisgraphy.domain.valueobject.GisgraphyServiceType getGisgraphyServiceType()
getGisgraphyServiceType in class com.gisgraphy.servlet.GisgraphyServletpublic com.gisgraphy.serializer.common.IoutputFormatVisitor getErrorVisitor(String errorMessage)
getErrorVisitor in class com.gisgraphy.servlet.GisgraphyServletCopyright © 2015. All rights reserved.