org.apache.tapestry.web
Class WebUtils

java.lang.Object
  extended by org.apache.tapestry.web.WebUtils

public final class WebUtils
extends Object

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
static List toSortedList(Enumeration e)
          Converts an Enumeration of Strings into an unmodifiable List of Strings, sorted into ascending order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toSortedList

public static List toSortedList(Enumeration e)
Converts an Enumeration of Strings into an unmodifiable List of Strings, sorted into ascending order.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.