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