Uses of Interface
org.thymeleaf.processor.processinginstruction.IProcessingInstructionProcessor
Packages that use IProcessingInstructionProcessor
-
Uses of IProcessingInstructionProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IProcessingInstructionProcessorModifier and TypeMethodDescriptionEngineConfiguration.getProcessingInstructionProcessors(TemplateMode templateMode) IEngineConfiguration.getProcessingInstructionProcessors(TemplateMode templateMode) -
Uses of IProcessingInstructionProcessor in org.thymeleaf.processor.processinginstruction
Classes in org.thymeleaf.processor.processinginstruction that implement IProcessingInstructionProcessorModifier and TypeClassDescriptionclassBasic abstract implementation ofIProcessingInstructionProcessor. -
Uses of IProcessingInstructionProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return IProcessingInstructionProcessorModifier and TypeMethodDescriptionProcessorConfigurationUtils.unwrap(IProcessingInstructionProcessor processor) Unwraps a wrapped implementation ofIProcessingInstructionProcessor.ProcessorConfigurationUtils.wrap(IProcessingInstructionProcessor processor, IProcessorDialect dialect) Wraps an implementation ofIProcessingInstructionProcessorinto an object that adds some information required internally (like e.g. the dialect this processor was registered for).Methods in org.thymeleaf.util with parameters of type IProcessingInstructionProcessorModifier and TypeMethodDescriptionProcessorConfigurationUtils.unwrap(IProcessingInstructionProcessor processor) Unwraps a wrapped implementation ofIProcessingInstructionProcessor.ProcessorConfigurationUtils.wrap(IProcessingInstructionProcessor processor, IProcessorDialect dialect) Wraps an implementation ofIProcessingInstructionProcessorinto an object that adds some information required internally (like e.g. the dialect this processor was registered for).