public class SpringSocialDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
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 |
|---|---|
java.util.Set<org.thymeleaf.processor.IProcessor> |
getProcessors(java.lang.String dialectPrefix) |
getDialectProcessorPrecedence, getPrefixgetDocTypeResolutionEntries, getDocTypeTranslations, getExecutionAttributes, getProcessors, isLenient