Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.util
Class UrlUtil  view UrlUtil download UrlUtil.java

java.lang.Object
  extended bycom.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.