Uses of Class
com.helger.commons.url.URLParameterList
Packages that use URLParameterList
-
Uses of URLParameterList in com.helger.commons.url
Methods in com.helger.commons.url that return URLParameterListModifier and TypeMethodDescriptionURLParameterList.getClone()static URLParameterListURLHelper.getParsedQueryParameters(String sQueryString) static URLParameterListURLHelper.getParsedQueryParameters(String sQueryString, IDecoder<String, String> aParameterDecoder) ISimpleURL.params()final URLParameterListSimpleURL.params()final URLParameterListURLData.params()Remove all parameter with the given name.Remove all parameter with the given name and value.Constructors in com.helger.commons.url with parameters of type URLParameterListModifierConstructorDescriptionURLData(String sPath, URLParameterList aParams) URLData(String sPath, URLParameterList aParams, String sAnchor)