Uses of Interface
org.thymeleaf.processor.cdatasection.ICDATASectionProcessor
-
Packages that use ICDATASectionProcessor Package Description org.thymeleaf org.thymeleaf.processor.cdatasection org.thymeleaf.standard.processor org.thymeleaf.util -
-
Uses of ICDATASectionProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type ICDATASectionProcessor Modifier and Type Method Description Set<ICDATASectionProcessor>
EngineConfiguration. getCDATASectionProcessors(TemplateMode templateMode)
Set<ICDATASectionProcessor>
IEngineConfiguration. getCDATASectionProcessors(TemplateMode templateMode)
-
Uses of ICDATASectionProcessor in org.thymeleaf.processor.cdatasection
Classes in org.thymeleaf.processor.cdatasection that implement ICDATASectionProcessor Modifier and Type Class Description class
AbstractCDATASectionProcessor
Basic abstract implementation ofICDATASectionProcessor
. -
Uses of ICDATASectionProcessor in org.thymeleaf.standard.processor
Classes in org.thymeleaf.standard.processor that implement ICDATASectionProcessor Modifier and Type Class Description class
StandardInliningCDATASectionProcessor
-
Uses of ICDATASectionProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return ICDATASectionProcessor Modifier and Type Method Description static ICDATASectionProcessor
ProcessorConfigurationUtils. unwrap(ICDATASectionProcessor processor)
Unwraps a wrapped implementation ofICDATASectionProcessor
.static ICDATASectionProcessor
ProcessorConfigurationUtils. wrap(ICDATASectionProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofICDATASectionProcessor
into an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type ICDATASectionProcessor Modifier and Type Method Description static ICDATASectionProcessor
ProcessorConfigurationUtils. unwrap(ICDATASectionProcessor processor)
Unwraps a wrapped implementation ofICDATASectionProcessor
.static ICDATASectionProcessor
ProcessorConfigurationUtils. wrap(ICDATASectionProcessor processor, IProcessorDialect dialect)
Wraps an implementation ofICDATASectionProcessor
into an object that adds some information required internally (like e.g.
-