Package org.thymeleaf.dialect
Class AbstractProcessorDialect
- java.lang.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
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringprefixprivate intprocessorPrecedence
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractProcessorDialect(java.lang.String name, java.lang.String prefix, int processorPrecedence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDialectProcessorPrecedence()java.lang.StringgetPrefix()-
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 java.lang.String getPrefix()
- Specified by:
getPrefixin interfaceIProcessorDialect
-
getDialectProcessorPrecedence
public final int getDialectProcessorPrecedence()
- Specified by:
getDialectProcessorPrecedencein interfaceIProcessorDialect
-
-