Package org.opencms.xml.containerpage
Class CmsFormatterConfiguration.FormatterComparator
java.lang.Object
org.opencms.xml.containerpage.CmsFormatterConfiguration.FormatterComparator
- All Implemented Interfaces:
Comparator<I_CmsFormatterBean>
- Enclosing class:
- CmsFormatterConfiguration
public static class CmsFormatterConfiguration.FormatterComparator
extends Object
implements Comparator<I_CmsFormatterBean>
This class is used to sort lists of formatter beans in order of importance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compare
(I_CmsFormatterBean first, I_CmsFormatterBean second) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
FormatterComparator
public FormatterComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<I_CmsFormatterBean>
- See Also:
-