Uses of Interface
org.thymeleaf.dialect.IDialect
Packages that use IDialect
Package
Description
-
Uses of IDialect in org.thymeleaf
Fields in org.thymeleaf declared as IDialectFields in org.thymeleaf with type parameters of type IDialectMethods in org.thymeleaf with type parameters of type IDialectModifier and TypeMethodDescriptionEngineConfiguration.getDialectsOfType(Class<T> type) IEngineConfiguration.getDialectsOfType(Class<T> type) Methods in org.thymeleaf that return IDialectMethods in org.thymeleaf that return types with arguments of type IDialectModifier and TypeMethodDescriptionDialectSetConfiguration.getDialects()EngineConfiguration.getDialects()IEngineConfiguration.getDialects()TemplateEngine.getDialects()Returns the configured dialects.TemplateEngine.getDialectsByPrefix()Returns the configured dialects, referenced by their prefixes.Methods in org.thymeleaf with parameters of type IDialectModifier and TypeMethodDescriptionvoidTemplateEngine.addDialect(String prefix, IDialect dialect) Adds a new dialect for this template engine, using the specified prefix.voidTemplateEngine.addDialect(IDialect dialect) Adds a new dialect for this template engine, using the dialect's specified default dialect.private static voidConfigurationPrinterHelper.printDebugConfiguration(ConfigurationPrinterHelper.ConfigLogBuilder logBuilder, IDialect idialect, String dialectPrefix) voidTemplateEngine.setDialect(IDialect dialect) Sets a new unique dialect for this template engine.Method parameters in org.thymeleaf with type arguments of type IDialectModifier and TypeMethodDescriptionvoidTemplateEngine.setAdditionalDialects(Set<IDialect> additionalDialects) Sets an additional set of dialects for this template engine, all of them using their default prefixes.voidTemplateEngine.setDialects(Set<IDialect> dialects) Sets a new set of dialects for this template engine, all of them using their default prefixes.voidTemplateEngine.setDialectsByPrefix(Map<String, IDialect> dialects) Sets a new set of dialects for this template engine, referenced by the prefixes they will be using.Constructors in org.thymeleaf with parameters of type IDialectModifierConstructorDescriptionDialectConfiguration(String prefix, IDialect dialect) DialectConfiguration(IDialect dialect) -
Uses of IDialect in org.thymeleaf.dialect
Subinterfaces of IDialect in org.thymeleaf.dialectModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceBase interface for all dialects providing processors (IProcessorobjects) to the template engine.Classes in org.thymeleaf.dialect that implement IDialectModifier and TypeClassDescriptionclassBase abstract implementation of theIDialectinterface.class -
Uses of IDialect in org.thymeleaf.standard
Classes in org.thymeleaf.standard that implement IDialect -
Uses of IDialect in org.thymeleaf.testing.templateengine.engine
Fields in org.thymeleaf.testing.templateengine.engine with type parameters of type IDialectMethods in org.thymeleaf.testing.templateengine.engine that return types with arguments of type IDialectMethod parameters in org.thymeleaf.testing.templateengine.engine with type arguments of type IDialectModifier and TypeMethodDescriptionvoidTestExecutor.setDialects(List<? extends IDialect> dialects)