org.apache.tapestry.web
Class WebUtils

java.lang.Object
  extended byorg.apache.tapestry.web.WebUtils

public class WebUtils
extends java.lang.Object

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
WebUtils()
           
 
Method Summary
static java.util.List toSortedList(java.util.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
 

Constructor Detail

WebUtils

public WebUtils()
Method Detail

toSortedList

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