public class GeocodingServlet
extends com.gisgraphy.servlet.AbstractAddressServlet
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger
The logger
|
| Constructor and Description |
|---|
GeocodingServlet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkparameter() |
com.gisgraphy.domain.valueobject.GisgraphyServiceType |
getGisgraphyServiceType() |
void |
init() |
void |
processRequest(com.gisgraphy.addressparser.AddressQuery query,
javax.servlet.http.HttpServletResponse resp) |
void |
setGeocodingService(com.gisgraphy.geocoding.IGeocodingService geocodingService) |
doGet, dumpRequestParameters, getAddressQueryHttpBuilder, getErrorVisitordoDelete, doHead, doOptions, doPost, doPut, doTrace, isDebugMode, sendCustomError, setDebugMode, setResponseContentTypepublic void setGeocodingService(com.gisgraphy.geocoding.IGeocodingService geocodingService)
public com.gisgraphy.domain.valueobject.GisgraphyServiceType getGisgraphyServiceType()
getGisgraphyServiceType in class com.gisgraphy.servlet.AbstractAddressServletpublic void init()
throws javax.servlet.ServletException
init in class com.gisgraphy.servlet.GisgraphyServletjavax.servlet.ServletExceptionpublic void processRequest(com.gisgraphy.addressparser.AddressQuery query,
javax.servlet.http.HttpServletResponse resp)
throws IOException
processRequest in class com.gisgraphy.servlet.AbstractAddressServletIOExceptionpublic boolean checkparameter()
checkparameter in class com.gisgraphy.servlet.AbstractAddressServletCopyright © 2015. All rights reserved.