public class SpringSocialDialect
extends org.thymeleaf.dialect.AbstractDialect
Thymeleaf dialect offering Spring Social connectivity integration.
Offers a social:connected
attribute that conditional renders content based on whether or not a user has a connection with a given provider.
Example:
<div social:connected="facebook">
Only rendered if connected to Facebook
</div>
Constructor and Description |
---|
SpringSocialDialect() |
Modifier and Type | Method and Description |
---|---|
String |
getPrefix() |
Set<org.thymeleaf.processor.IProcessor> |
getProcessors() |