Liferay 6.2-ce-ga5

com.liferay.portal.util.comparator
Class PortletTitleComparator

java.lang.Object
  extended by com.liferay.portal.util.comparator.PortletTitleComparator
All Implemented Interfaces:
Serializable, Comparator<Portlet>

public class PortletTitleComparator
extends Object
implements Comparator<Portlet>, Serializable

See Also:
Serialized Form

Constructor Summary
PortletTitleComparator(Locale locale)
           
PortletTitleComparator(javax.servlet.ServletContext servletContext, Locale locale)
           
 
Method Summary
 int compare(Portlet portlet1, Portlet portlet2)
           
 
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
 

Constructor Detail

PortletTitleComparator

public PortletTitleComparator(Locale locale)

PortletTitleComparator

public PortletTitleComparator(javax.servlet.ServletContext servletContext,
                              Locale locale)
Method Detail

compare

public int compare(Portlet portlet1,
                   Portlet portlet2)
Specified by:
compare in interface Comparator<Portlet>

Liferay 6.2-ce-ga5