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 void
buildFeatures()
GeoFeatures
withBanGeoCoder(io.vertigo.core.param.Param... params)
Activates commentsGeoFeatures
withESGeosearch(io.vertigo.core.param.Param... params)
Activates commentsGeoFeatures
withGeoCoder()
Activates notificationsGeoFeatures
withGeoSearch()
Activates geosearchGeoFeatures
withGoogleGeoCoder()
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:
buildFeatures
in classio.vertigo.core.node.config.Features<GeoFeatures>
-
-