Class SpacesDialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
de.digitalcollections.commons.springmvc.thymeleaf.SpacesDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IProcessorDialect
public class SpacesDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
-
Constructor Summary
ConstructorsConstructorDescriptionSpacesDialect(String name, String prefix, int precedence, org.thymeleaf.templatemode.TemplateMode templateMode) -
Method Summary
Modifier and TypeMethodDescriptionSet<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix) Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefixMethods inherited from class org.thymeleaf.dialect.AbstractDialect
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.dialect.IDialect
getName
-
Constructor Details
-
SpacesDialect
-
SpacesDialect
public SpacesDialect()
-
-
Method Details
-
getProcessors
-