Uses of Class
com.helger.commons.url.URLParameterList
-
Packages that use URLParameterList Package Description com.helger.commons.url -
-
Uses of URLParameterList in com.helger.commons.url
Methods in com.helger.commons.url that return URLParameterList Modifier and Type Method Description URLParameterListURLParameterList. getClone()static URLParameterListURLHelper. getParsedQueryParameters(String sQueryString)static URLParameterListURLHelper. getParsedQueryParameters(String sQueryString, IDecoder<String,String> aParameterDecoder)URLParameterListISimpleURL. params()URLParameterListSimpleURL. params()URLParameterListURLData. params()URLParameterListURLParameterList. remove(String sName)Remove all parameter with the given name.URLParameterListURLParameterList. remove(String sName, String sValue)Remove all parameter with the given name and value.Constructors in com.helger.commons.url with parameters of type URLParameterList Constructor Description URLData(String sPath, URLParameterList aParams)URLData(String sPath, URLParameterList aParams, String sAnchor)
-