org.mmbase.bridge.jsp.taglib.util
Class ListSorter

java.lang.Object
  extended byorg.mmbase.bridge.jsp.taglib.util.ListSorter

public class ListSorter
extends java.lang.Object

A helper class for Lists, to implement an attribute 'comparator'

Since:
MMBase-1.7
Version:
$Id: ListSorter.java,v 1.3.2.1 2004/05/18 17:32:18 michiel Exp $
Author:
Michiel Meeuwissen

Constructor Summary
ListSorter()
           
 
Method Summary
static java.util.List sort(java.util.List list, java.lang.String comparator, javax.servlet.jsp.PageContext pageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListSorter

public ListSorter()
Method Detail

sort

public static java.util.List sort(java.util.List list,
                                  java.lang.String comparator,
                                  javax.servlet.jsp.PageContext pageContext)
                           throws javax.servlet.jsp.JspTagException
Throws:
javax.servlet.jsp.JspTagException


MMBase build 1.7.1.20041002