public class AppNGThymeleafDialect
extends org.thymeleaf.spring4.dialect.SpringStandardDialect
| Constructor and Description |
|---|
AppNGThymeleafDialect(Collection<ThymeleafReplaceInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.thymeleaf.processor.IProcessor> |
getProcessors(String dialectPrefix)
Get all processors as composed by the
SpringStandardDialect, remove the processor for the replace tag and
add our own replace tag processor which enables the usage of interceptors. |
createSpringStandardProcessorsSet, createSpringStandardProcessorsSet, getConversionService, getEnableSpringELCompiler, getExecutionAttributes, getExpressionObjectFactory, getRenderHiddenMarkersBeforeCheckboxes, getVariableExpressionEvaluator, setEnableSpringELCompiler, setRenderHiddenMarkersBeforeCheckboxescreateStandardProcessorsSet, getCSSSerializer, getExpressionParser, getJavaScriptSerializer, setConversionService, setCSSSerializer, setExpressionParser, setJavaScriptSerializer, setVariableExpressionEvaluatorgetDialectProcessorPrecedence, getPrefixpublic AppNGThymeleafDialect(Collection<ThymeleafReplaceInterceptor> interceptors)
public Set<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix)
SpringStandardDialect, remove the processor for the replace tag and
add our own replace tag processor which enables the usage of interceptors.getProcessors in interface org.thymeleaf.dialect.IProcessorDialectgetProcessors in class org.thymeleaf.spring4.dialect.SpringStandardDialectCopyright © 2011–2023 aiticon GmbH. All rights reserved.