org.apache.struts2.util
Class Sorter
java.lang.Object
org.apache.struts2.util.Sorter
public class Sorter
- extends java.lang.Object
Sorters. Utility sorters for use with the "sort" tag.
- See Also:
SortIteratorTag
,
SortIteratorFilter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Sorter
public Sorter()
getAscending
public java.util.Comparator getAscending()
getAscending
public java.util.Comparator getAscending(java.lang.String anExpression)
getComparator
public java.util.Comparator getComparator(java.lang.String anExpression,
boolean ascending)
getDescending
public java.util.Comparator getDescending()
getDescending
public java.util.Comparator getDescending(java.lang.String anExpression)
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.