Liferay 6.1.2-ce-ga3

com.liferay.portal.security.permission.comparator
Class ModelResourceComparator

java.lang.Object
  extended by com.liferay.portal.security.permission.comparator.ModelResourceComparator
All Implemented Interfaces:
Serializable, Comparator<String>

public class ModelResourceComparator
extends Object
implements Comparator<String>, Serializable

See Also:
Serialized Form

Constructor Summary
ModelResourceComparator(Locale locale)
           
 
Method Summary
 int compare(String resource1, String resource2)
           
 
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

ModelResourceComparator

public ModelResourceComparator(Locale locale)
Method Detail

compare

public int compare(String resource1,
                   String resource2)
Specified by:
compare in interface Comparator<String>

Liferay 6.1.2-ce-ga3