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 void
buildFeatures()
SocialFeatures
withComments()
Activates commentsSocialFeatures
withHandles()
Activates handlesSocialFeatures
withJavaxMail(io.vertigo.core.param.Param... params)
SocialFeatures
withMails()
Activates mailSocialFeatures
withMemoryComments()
SocialFeatures
withMemoryHandles()
SocialFeatures
withMemoryNotifications()
SocialFeatures
withNotifications()
Activates notificationsSocialFeatures
withRedisComments(io.vertigo.core.param.Param... params)
SocialFeatures
withRedisHandles(io.vertigo.core.param.Param... params)
SocialFeatures
withRedisNotifications(io.vertigo.core.param.Param... params)
SocialFeatures
withWebApi()
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:
buildFeatures
in classio.vertigo.core.node.config.Features<SocialFeatures>
-
-