Uses of Interface
org.thymeleaf.processor.xmldeclaration.IXMLDeclarationProcessor
Packages that use IXMLDeclarationProcessor
-
Uses of IXMLDeclarationProcessor in org.thymeleaf
Methods in org.thymeleaf that return types with arguments of type IXMLDeclarationProcessorModifier and TypeMethodDescriptionEngineConfiguration.getXMLDeclarationProcessors(TemplateMode templateMode) IEngineConfiguration.getXMLDeclarationProcessors(TemplateMode templateMode) -
Uses of IXMLDeclarationProcessor in org.thymeleaf.processor.xmldeclaration
Classes in org.thymeleaf.processor.xmldeclaration that implement IXMLDeclarationProcessorModifier and TypeClassDescriptionclassBasic abstract implementation ofIXMLDeclarationProcessor. -
Uses of IXMLDeclarationProcessor in org.thymeleaf.util
Methods in org.thymeleaf.util that return IXMLDeclarationProcessorModifier and TypeMethodDescriptionstatic IXMLDeclarationProcessorProcessorConfigurationUtils.unwrap(IXMLDeclarationProcessor processor) Unwraps a wrapped implementation ofIXMLDeclarationProcessor.static IXMLDeclarationProcessorProcessorConfigurationUtils.wrap(IXMLDeclarationProcessor processor, IProcessorDialect dialect) Wraps an implementation ofIXMLDeclarationProcessorinto 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 IXMLDeclarationProcessorModifier and TypeMethodDescriptionstatic IXMLDeclarationProcessorProcessorConfigurationUtils.unwrap(IXMLDeclarationProcessor processor) Unwraps a wrapped implementation ofIXMLDeclarationProcessor.static IXMLDeclarationProcessorProcessorConfigurationUtils.wrap(IXMLDeclarationProcessor processor, IProcessorDialect dialect) Wraps an implementation ofIXMLDeclarationProcessorinto an object that adds some information required internally (like e.g. the dialect this processor was registered for).