Class FormakerDialect
java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
uk.wardm.formaker.transformer.thymeleaf.FormakerDialect
- All Implemented Interfaces:
org.thymeleaf.dialect.IDialect,org.thymeleaf.dialect.IProcessorDialect
public class FormakerDialect
extends org.thymeleaf.dialect.AbstractProcessorDialect
-
Constructor Summary
Constructors Constructor Description FormakerDialect()Default constructor - uses a default bootstrap renderer.FormakerDialect(ComponentRenderer renderer)Constructor allowing use of a specific ComponentRenderer implementation. -
Method Summary
Modifier and Type Method Description Set<org.thymeleaf.processor.IProcessor>getProcessors(String prefix)Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefix
-
Constructor Details
-
FormakerDialect
public FormakerDialect()Default constructor - uses a default bootstrap renderer. -
FormakerDialect
Constructor allowing use of a specific ComponentRenderer implementation.- Parameters:
renderer- ComponentRenderer
-
-
Method Details