public final class SocialFeatures extends io.vertigo.app.config.Features<SocialFeatures>
| Constructor and Description |
|---|
SocialFeatures()
Constructor;
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
buildFeatures() |
SocialFeatures |
withComments()
Activates comments
|
SocialFeatures |
withJavaxMail(io.vertigo.core.param.Param... params) |
SocialFeatures |
withMails()
Activates mail
|
SocialFeatures |
withMemoryComments() |
SocialFeatures |
withMemoryNotifications() |
SocialFeatures |
withNotifications()
Activates notifications
|
SocialFeatures |
withRedisComments() |
SocialFeatures |
withRedisNotifications() |
SocialFeatures |
withWebApi()
Activates comments
|
public SocialFeatures withNotifications()
public SocialFeatures withRedisNotifications()
public SocialFeatures withMemoryNotifications()
public SocialFeatures withComments()
public SocialFeatures withRedisComments()
public SocialFeatures withMemoryComments()
public SocialFeatures withMails()
public SocialFeatures withJavaxMail(io.vertigo.core.param.Param... params)
public SocialFeatures withWebApi()
protected void buildFeatures()
buildFeatures in class io.vertigo.app.config.Features<SocialFeatures>Copyright © 2019. All Rights Reserved.