Package io.vertigo.geo
Class GeoFeatures
- java.lang.Object
-
- io.vertigo.core.node.config.Features<GeoFeatures>
-
- io.vertigo.geo.GeoFeatures
-
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
public final class GeoFeatures extends io.vertigo.core.node.config.Features<GeoFeatures>
Defines the 'geo' extension- Author:
- mlaroche
-
-
Constructor Summary
Constructors Constructor Description GeoFeatures()Construtor;
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildFeatures()GeoFeatureswithBanGeoCoder(io.vertigo.core.param.Param... params)Activates commentsGeoFeatureswithESGeosearch(io.vertigo.core.param.Param... params)Activates commentsGeoFeatureswithGeoCoder()Activates notificationsGeoFeatureswithGeoSearch()Activates geosearchGeoFeatureswithGoogleGeoCoder()Activates comments
-
-
-
Method Detail
-
withGeoCoder
public GeoFeatures withGeoCoder()
Activates notifications- Returns:
- the features
-
withGeoSearch
public GeoFeatures withGeoSearch()
Activates geosearch- Returns:
- the features
-
withGoogleGeoCoder
public GeoFeatures withGoogleGeoCoder()
Activates comments- Returns:
- the features
-
withBanGeoCoder
public GeoFeatures withBanGeoCoder(io.vertigo.core.param.Param... params)
Activates comments- Returns:
- the features
-
withESGeosearch
public GeoFeatures withESGeosearch(io.vertigo.core.param.Param... params)
Activates comments- Returns:
- the features
-
buildFeatures
protected void buildFeatures()
- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<GeoFeatures>
-
-