|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.util
Class UrlUtil

java.lang.Objectcom.aendvari.common.util.UrlUtil
- public class UrlUtil
- extends java.lang.Object
Utility class for URL access and manipulation.
| Constructor Summary | |
UrlUtil()
|
|
| Method Summary | |
static java.util.HashMap |
getNameValuePairs(java.lang.String nameValueString,
java.lang.String pairSeparator,
java.lang.String nameValueSeparator,
boolean urlDecode)
Returns java.util.HashMap of name/value pairs derived from the given string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
UrlUtil
public UrlUtil()
| Method Detail |
getNameValuePairs
public static java.util.HashMap getNameValuePairs(java.lang.String nameValueString, java.lang.String pairSeparator, java.lang.String nameValueSeparator, boolean urlDecode)
Returns java.util.HashMap of name/value pairs derived from the given string.
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.aendvari.common.util.UrlUtil