Uses of Interface
org.thymeleaf.dialect.IDialect
Packages that use IDialect
-
Uses of IDialect in org.thymeleaf
Methods 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 TypeMethodDescriptionEngineConfiguration.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.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