Package org.thymeleaf.util
Class ProcessorComparators
- Object
-
- org.thymeleaf.util.ProcessorComparators
-
public final class ProcessorComparators extends Object
- Since:
- 3.0.0
- Author:
- Daniel Fernández
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator<IPostProcessor>
POST_PROCESSOR_COMPARATOR
static Comparator<IPreProcessor>
PRE_PROCESSOR_COMPARATOR
static Comparator<IProcessor>
PROCESSOR_COMPARATOR
-
-
-
Field Detail
-
PROCESSOR_COMPARATOR
public static final Comparator<IProcessor> PROCESSOR_COMPARATOR
-
PRE_PROCESSOR_COMPARATOR
public static final Comparator<IPreProcessor> PRE_PROCESSOR_COMPARATOR
-
POST_PROCESSOR_COMPARATOR
public static final Comparator<IPostProcessor> POST_PROCESSOR_COMPARATOR
-
-