Uses of Interface
org.thymeleaf.processor.processinginstruction.IProcessingInstructionProcessor
-
Packages that use IProcessingInstructionProcessor Package Description org.thymeleaf org.thymeleaf.engine org.thymeleaf.processor.processinginstruction org.thymeleaf.util -
-
Uses of IProcessingInstructionProcessor in org.thymeleaf
Fields in org.thymeleaf with type parameters of type IProcessingInstructionProcessor Modifier and Type Field Description private java.util.EnumMap<TemplateMode,java.util.Set<IProcessingInstructionProcessor>>DialectSetConfiguration. processingInstructionProcessorsByTemplateModeMethods in org.thymeleaf that return types with arguments of type IProcessingInstructionProcessor Modifier and Type Method Description java.util.Set<IProcessingInstructionProcessor>DialectSetConfiguration. getProcessingInstructionProcessors(TemplateMode templateMode)java.util.Set<IProcessingInstructionProcessor>EngineConfiguration. getProcessingInstructionProcessors(TemplateMode templateMode)java.util.Set<IProcessingInstructionProcessor>IEngineConfiguration. getProcessingInstructionProcessors(TemplateMode templateMode) -
Uses of IProcessingInstructionProcessor in org.thymeleaf.engine
Fields in org.thymeleaf.engine declared as IProcessingInstructionProcessor Modifier and Type Field Description private static IProcessingInstructionProcessor[]ProcessorTemplateHandler. EMPTY_PROCESSING_INSTRUCTION_PROCESSORSprivate IProcessingInstructionProcessor[]ProcessorTemplateHandler. processingInstructionProcessors -
Uses of IProcessingInstructionProcessor in org.thymeleaf.processor.processinginstruction
Classes in org.thymeleaf.processor.processinginstruction that implement IProcessingInstructionProcessor Modifier and Type Class Description classAbstractProcessingInstructionProcessorBasic abstract implementation ofIProcessingInstructionProcessor. -
Uses of IProcessingInstructionProcessor in org.thymeleaf.util
Classes in org.thymeleaf.util that implement IProcessingInstructionProcessor Modifier and Type Class Description (package private) static classProcessorConfigurationUtils.ProcessingInstructionProcessorWrapperFields in org.thymeleaf.util declared as IProcessingInstructionProcessor Modifier and Type Field Description private IProcessingInstructionProcessorProcessorConfigurationUtils.ProcessingInstructionProcessorWrapper. processorMethods in org.thymeleaf.util that return IProcessingInstructionProcessor Modifier and Type Method Description static IProcessingInstructionProcessorProcessorConfigurationUtils. unwrap(IProcessingInstructionProcessor processor)Unwraps a wrapped implementation ofIProcessingInstructionProcessor.static IProcessingInstructionProcessorProcessorConfigurationUtils. wrap(IProcessingInstructionProcessor processor, IProcessorDialect dialect)Wraps an implementation ofIProcessingInstructionProcessorinto an object that adds some information required internally (like e.g.Methods in org.thymeleaf.util with parameters of type IProcessingInstructionProcessor Modifier and Type Method Description static IProcessingInstructionProcessorProcessorConfigurationUtils. unwrap(IProcessingInstructionProcessor processor)Unwraps a wrapped implementation ofIProcessingInstructionProcessor.static IProcessingInstructionProcessorProcessorConfigurationUtils. wrap(IProcessingInstructionProcessor processor, IProcessorDialect dialect)Wraps an implementation ofIProcessingInstructionProcessorinto an object that adds some information required internally (like e.g.Constructors in org.thymeleaf.util with parameters of type IProcessingInstructionProcessor Constructor Description ProcessingInstructionProcessorWrapper(IProcessingInstructionProcessor processor, IProcessorDialect dialect)
-