Class PortletTitleComparator
Object
com.liferay.portal.kernel.util.comparator.PortletTitleComparator
- All Implemented Interfaces:
Serializable,Comparator<Portlet>
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPortletTitleComparator(Locale locale) PortletTitleComparator(javax.servlet.ServletContext servletContext, Locale locale) PortletTitleComparator(javax.servlet.ServletContext servletContext, Locale locale, boolean ascending) -
Method Summary
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
-
PortletTitleComparator
-
PortletTitleComparator
-
PortletTitleComparator
public PortletTitleComparator(javax.servlet.ServletContext servletContext, Locale locale, boolean ascending)
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Portlet>
-