org.apache.commons.jxpath.servlet
Class Util

java.lang.Object
  |
  +--org.apache.commons.jxpath.servlet.Util

public final class Util
extends java.lang.Object

Turns an Enumeration of Strings into an array of Strings.

Version:
$Revision: 1.2 $ $Date: 2003/01/11 05:41:26 $
Author:
Dmitri Plotnikov

Constructor Summary
Util()
           
 
Method Summary
static java.lang.String[] toStrings(java.util.Enumeration e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

toStrings

public static java.lang.String[] toStrings(java.util.Enumeration e)


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.