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>
public final class SocialFeatures extends io.vertigo.core.node.config.Features<SocialFeatures>
Defines the 'social' extension- Author:
- pchretien
-
-
Constructor Summary
Constructors Constructor Description SocialFeatures()Constructor;
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildFeatures()SocialFeatureswithComments()Activates commentsSocialFeatureswithHandles()Activates handlesSocialFeatureswithJavaxMail(io.vertigo.core.param.Param... params)SocialFeatureswithMails()Activates mailSocialFeatureswithMemoryComments()SocialFeatureswithMemoryHandles()SocialFeatureswithMemoryNotifications()SocialFeatureswithNotifications()Activates notificationsSocialFeatureswithRedisComments(io.vertigo.core.param.Param... params)SocialFeatureswithRedisHandles(io.vertigo.core.param.Param... params)SocialFeatureswithRedisNotifications(io.vertigo.core.param.Param... params)SocialFeatureswithWebApi()Activates comments
-
-
-
Method Detail
-
withNotifications
public SocialFeatures withNotifications()
Activates notifications- Returns:
- the features
-
withRedisNotifications
public SocialFeatures withRedisNotifications(io.vertigo.core.param.Param... params)
-
withMemoryNotifications
public SocialFeatures withMemoryNotifications()
-
withComments
public SocialFeatures withComments()
Activates comments- Returns:
- the features
-
withRedisComments
public SocialFeatures withRedisComments(io.vertigo.core.param.Param... params)
-
withMemoryComments
public SocialFeatures withMemoryComments()
-
withMails
public SocialFeatures withMails()
Activates mail- Returns:
- the features
-
withJavaxMail
public SocialFeatures withJavaxMail(io.vertigo.core.param.Param... params)
-
withHandles
public SocialFeatures withHandles()
Activates handles- Returns:
- the features
-
withRedisHandles
public SocialFeatures withRedisHandles(io.vertigo.core.param.Param... params)
-
withMemoryHandles
public SocialFeatures withMemoryHandles()
-
withWebApi
public SocialFeatures withWebApi()
Activates comments- Returns:
- the features
-
buildFeatures
protected void buildFeatures()
- Specified by:
buildFeaturesin classio.vertigo.core.node.config.Features<SocialFeatures>
-
-