Uses of Interface
org.thymeleaf.processor.processinginstruction.IProcessingInstructionProcessor
-
Packages that use IProcessingInstructionProcessor Package Description org.thymeleaf org.thymeleaf.processor.processinginstruction org.thymeleaf.util -
-
Uses of IProcessingInstructionProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IProcessingInstructionProcessor Modifier and Type Method Description Set<IProcessingInstructionProcessor>EngineConfiguration. getProcessingInstructionProcessors(TemplateMode templateMode)Set<IProcessingInstructionProcessor>IEngineConfiguration. getProcessingInstructionProcessors(TemplateMode templateMode) -
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
Methods 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.
-