|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jxpath.servlet
Class Util

java.lang.Objectorg.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 $
| Field Summary | |
private static java.lang.String[] |
STRING_ARRAY
|
| 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 |
| Field Detail |
STRING_ARRAY
private static final java.lang.String[] STRING_ARRAY
| Constructor Detail |
Util
public Util()
| Method Detail |
toStrings
public static java.lang.String[] toStrings(java.util.Enumeration e)
|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.jxpath.servlet.Util