public class AddressParserServlet
extends com.gisgraphy.servlet.AbstractAddressServlet
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger
The logger
|
Constructor and Description |
---|
AddressParserServlet() |
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 |
setAddressParserService(com.gisgraphy.addressparser.IAddressParserService addressParser) |
void |
setStatsUsageService(IStatsUsageService statsUsageService) |
doGet, dumpRequestParameters, getAddressQueryHttpBuilder, getErrorVisitor
doDelete, doHead, doOptions, doPost, doPut, doTrace, isDebugMode, sendCustomError, setDebugMode, setResponseContentType
public com.gisgraphy.domain.valueobject.GisgraphyServiceType getGisgraphyServiceType()
getGisgraphyServiceType
in class com.gisgraphy.servlet.AbstractAddressServlet
public void init() throws javax.servlet.ServletException
init
in class com.gisgraphy.servlet.GisgraphyServlet
javax.servlet.ServletException
public void processRequest(com.gisgraphy.addressparser.AddressQuery query, javax.servlet.http.HttpServletResponse resp) throws IOException
processRequest
in class com.gisgraphy.servlet.AbstractAddressServlet
IOException
public void setAddressParserService(com.gisgraphy.addressparser.IAddressParserService addressParser)
public void setStatsUsageService(IStatsUsageService statsUsageService)
public boolean checkparameter()
checkparameter
in class com.gisgraphy.servlet.AbstractAddressServlet
Copyright © 2015. All rights reserved.