Package org.thymeleaf.dialect
Class AbstractProcessorDialect
- Object
-
- org.thymeleaf.dialect.AbstractDialect
-
- org.thymeleaf.dialect.AbstractProcessorDialect
-
- All Implemented Interfaces:
IDialect
,IProcessorDialect
- Direct Known Subclasses:
StandardDialect
public abstract class AbstractProcessorDialect extends AbstractDialect implements IProcessorDialect
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractProcessorDialect(String name, String prefix, int processorPrecedence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDialectProcessorPrecedence()
String
getPrefix()
-
Methods inherited from class org.thymeleaf.dialect.AbstractDialect
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.thymeleaf.dialect.IProcessorDialect
getProcessors
-
-
-
-
Method Detail
-
getPrefix
public final String getPrefix()
- Specified by:
getPrefix
in interfaceIProcessorDialect
-
getDialectProcessorPrecedence
public final int getDialectProcessorPrecedence()
- Specified by:
getDialectProcessorPrecedence
in interfaceIProcessorDialect
-
-