Class GeoSearchQueryParamHandler
java.lang.Object
ch.tocco.nice2.optional.geolocation.impl.gui.GeoSearchQueryParamHandler
- All Implemented Interfaces:
QueryParameterHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Handles the specified query parameter.
-
Constructor Details
-
GeoSearchQueryParamHandler
public GeoSearchQueryParamHandler(org.slf4j.Logger log)
-
-
Method Details
-
processQueryParameter
Description copied from interface:QueryParameterHandler
Handles the specified query parameter. Returnstrue
to indicate successfull handling, so query parameters are not handled twice.- Specified by:
processQueryParameter
in interfaceQueryParameterHandler
-