public class WebCmsDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
implements org.thymeleaf.dialect.IPostProcessorDialect, org.thymeleaf.dialect.IExpressionObjectDialect
| Modifier and Type | Class and Description |
|---|---|
class |
WebCmsDialect.AcrossExpressionObjectFactory |
| Constructor and Description |
|---|
WebCmsDialect(org.springframework.beans.factory.BeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDialectPostProcessorPrecedence() |
org.thymeleaf.expression.IExpressionObjectFactory |
getExpressionObjectFactory() |
Set<org.thymeleaf.postprocessor.IPostProcessor> |
getPostProcessors() |
Set<org.thymeleaf.processor.IProcessor> |
getProcessors(String dialectPrefix) |
getDialectProcessorPrecedence, getPrefixpublic static final String PREFIX
public WebCmsDialect(org.springframework.beans.factory.BeanFactory beanFactory)
public Set<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix)
getProcessors in interface org.thymeleaf.dialect.IProcessorDialectpublic int getDialectPostProcessorPrecedence()
getDialectPostProcessorPrecedence in interface org.thymeleaf.dialect.IPostProcessorDialectpublic Set<org.thymeleaf.postprocessor.IPostProcessor> getPostProcessors()
getPostProcessors in interface org.thymeleaf.dialect.IPostProcessorDialectpublic org.thymeleaf.expression.IExpressionObjectFactory getExpressionObjectFactory()
getExpressionObjectFactory in interface org.thymeleaf.dialect.IExpressionObjectDialectCopyright © 2020. All rights reserved.