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, setRenderHiddenMarkersBeforeCheckboxes
createStandardProcessorsSet, getCSSSerializer, getExpressionParser, getJavaScriptSerializer, setConversionService, setCSSSerializer, setExpressionParser, setJavaScriptSerializer, setVariableExpressionEvaluator
getDialectProcessorPrecedence, getPrefix
public 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.IProcessorDialect
getProcessors
in class org.thymeleaf.spring4.dialect.SpringStandardDialect
Copyright © 2011–2023 aiticon GmbH. All rights reserved.