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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(I_CmsFormatterBean first, I_CmsFormatterBean second) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
FormatterComparator
public FormatterComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<I_CmsFormatterBean>- See Also:
-