Package io.vertigo.social
Class SocialFeatures
java.lang.Object
io.vertigo.core.node.config.Features<SocialFeatures>
io.vertigo.social.SocialFeatures
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
Defines the 'social' extension
- Author:
- pchretien
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidActivates commentsActivates handleswithJavaxMail(io.vertigo.core.param.Param... params) withLinkMobilityRequestSpecializer(io.vertigo.core.param.Param... params) withLinkMobilitySmsPlugin(io.vertigo.core.param.Param... params) Activates mailActivates notificationswithOvhRequestSpecializer(io.vertigo.core.param.Param... params) withOvhSmsPlugin(io.vertigo.core.param.Param... params) withRedisComments(io.vertigo.core.param.Param... params) withRedisHandles(io.vertigo.core.param.Param... params) withRedisNotifications(io.vertigo.core.param.Param... params) withSms(io.vertigo.core.param.Param... params) Activates commentsMethods inherited from class io.vertigo.core.node.config.Features
addPlugin, build, getModuleConfigBuilder
-
Constructor Details
-
SocialFeatures
public SocialFeatures()Constructor;
-
-
Method Details
-
withNotifications
Activates notifications- Returns:
- the features
-
withRedisNotifications
-
withMemoryNotifications
-
withComments
Activates comments- Returns:
- the features
-
withRedisComments
-
withMemoryComments
-
withMails
Activates mail- Returns:
- the features
-
withJavaxMail
-
withHandles
Activates handles- Returns:
- the features
-
withRedisHandles
-
withMemoryHandles
-
withSms
-
withOvhSmsPlugin
-
withOvhRequestSpecializer
-
withLinkMobilitySmsPlugin
-
withLinkMobilityRequestSpecializer
-
withWebApi
Activates comments- Returns:
- the features
-
buildFeatures
protected void buildFeatures()- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<SocialFeatures>
-