Uses of Interface
org.thymeleaf.processor.templateboundaries.ITemplateBoundariesProcessor
Packages that use ITemplateBoundariesProcessor
Package
Description
-
Uses of ITemplateBoundariesProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type ITemplateBoundariesProcessorModifier and TypeMethodDescriptionEngineConfiguration.getTemplateBoundariesProcessors(TemplateMode templateMode) IEngineConfiguration.getTemplateBoundariesProcessors(TemplateMode templateMode) -
Uses of ITemplateBoundariesProcessor in org.thymeleaf.processor.templateboundaries
Classes in org.thymeleaf.processor.templateboundaries that implement ITemplateBoundariesProcessorModifier and TypeClassDescriptionclassBasic abstract implementation ofITemplateBoundariesProcessor. -
Uses of ITemplateBoundariesProcessor in org.thymeleaf.standard.processor
Classes in org.thymeleaf.standard.processor that implement ITemplateBoundariesProcessor -
Uses of ITemplateBoundariesProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return ITemplateBoundariesProcessorModifier and TypeMethodDescriptionstatic ITemplateBoundariesProcessorProcessorConfigurationUtils.unwrap(ITemplateBoundariesProcessor processor) Unwraps a wrapped implementation ofITemplateBoundariesProcessor.static ITemplateBoundariesProcessorProcessorConfigurationUtils.wrap(ITemplateBoundariesProcessor processor, IProcessorDialect dialect) Wraps an implementation ofITemplateBoundariesProcessorinto 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 ITemplateBoundariesProcessorModifier and TypeMethodDescriptionstatic ITemplateBoundariesProcessorProcessorConfigurationUtils.unwrap(ITemplateBoundariesProcessor processor) Unwraps a wrapped implementation ofITemplateBoundariesProcessor.static ITemplateBoundariesProcessorProcessorConfigurationUtils.wrap(ITemplateBoundariesProcessor processor, IProcessorDialect dialect) Wraps an implementation ofITemplateBoundariesProcessorinto an object that adds some information required internally (like e.g. the dialect this processor was registered for).