Uses of Interface
org.thymeleaf.processor.comment.ICommentProcessor
-
Packages that use ICommentProcessor Package Description org.thymeleaf org.thymeleaf.engine org.thymeleaf.processor.comment org.thymeleaf.standard.processor org.thymeleaf.util -
-
Uses of ICommentProcessor in org.thymeleaf
Fields in org.thymeleaf with type parameters of type ICommentProcessor Modifier and Type Field Description private java.util.EnumMap<TemplateMode,java.util.Set<ICommentProcessor>>DialectSetConfiguration. commentProcessorsByTemplateModeMethods in org.thymeleaf that return types with arguments of type ICommentProcessor Modifier and Type Method Description java.util.Set<ICommentProcessor>DialectSetConfiguration. getCommentProcessors(TemplateMode templateMode)java.util.Set<ICommentProcessor>EngineConfiguration. getCommentProcessors(TemplateMode templateMode)java.util.Set<ICommentProcessor>IEngineConfiguration. getCommentProcessors(TemplateMode templateMode) -
Uses of ICommentProcessor in org.thymeleaf.engine
Fields in org.thymeleaf.engine declared as ICommentProcessor Modifier and Type Field Description private ICommentProcessor[]ProcessorTemplateHandler. commentProcessorsprivate static ICommentProcessor[]ProcessorTemplateHandler. EMPTY_COMMENT_PROCESSORS -
Uses of ICommentProcessor in org.thymeleaf.processor.comment
Classes in org.thymeleaf.processor.comment that implement ICommentProcessor Modifier and Type Class Description classAbstractCommentProcessorBasic 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 classStandardConditionalCommentProcessorclassStandardInliningCommentProcessor -
Uses of ICommentProcessor in org.thymeleaf.util
Classes in org.thymeleaf.util that implement ICommentProcessor Modifier and Type Class Description (package private) static classProcessorConfigurationUtils.CommentProcessorWrapperFields in org.thymeleaf.util declared as ICommentProcessor Modifier and Type Field Description private ICommentProcessorProcessorConfigurationUtils.CommentProcessorWrapper. processorMethods in org.thymeleaf.util that return ICommentProcessor Modifier and Type Method Description static ICommentProcessorProcessorConfigurationUtils. unwrap(ICommentProcessor processor)Unwraps a wrapped implementation ofICommentProcessor.static ICommentProcessorProcessorConfigurationUtils. wrap(ICommentProcessor processor, IProcessorDialect dialect)Wraps an implementation ofICommentProcessorinto 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 ICommentProcessorProcessorConfigurationUtils. unwrap(ICommentProcessor processor)Unwraps a wrapped implementation ofICommentProcessor.static ICommentProcessorProcessorConfigurationUtils. wrap(ICommentProcessor processor, IProcessorDialect dialect)Wraps an implementation ofICommentProcessorinto an object that adds some information required internally (like e.g.Constructors in org.thymeleaf.util with parameters of type ICommentProcessor Constructor Description CommentProcessorWrapper(ICommentProcessor processor, IProcessorDialect dialect)
-