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>
Defines the 'geo' extension
- Author:
- mlaroche
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwithBanGeoCoder(io.vertigo.core.param.Param... params) Activates commentswithESGeosearch(io.vertigo.core.param.Param... params) Activates commentsActivates notificationsActivates geosearchActivates commentsMethods inherited from class io.vertigo.core.node.config.Features
addPlugin, build, getModuleConfigBuilder
-
Constructor Details
-
GeoFeatures
public GeoFeatures()Construtor;
-
-
Method Details
-
withGeoCoder
Activates notifications- Returns:
- the features
-
withGeoSearch
Activates geosearch- Returns:
- the features
-
withGoogleGeoCoder
Activates comments- Returns:
- the features
-
withBanGeoCoder
Activates comments- Returns:
- the features
-
withESGeosearch
Activates comments- Returns:
- the features
-
buildFeatures
protected void buildFeatures()- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<GeoFeatures>
-