Uses of Class
com.helger.commons.url.URLParameter
-
Packages that use URLParameter Package Description com.helger.commons.url -
-
Uses of URLParameter in com.helger.commons.url
Methods in com.helger.commons.url with parameters of type URLParameter Modifier and Type Method Description booleanIURLParameterList. add(URLParameter aURLParam)booleanSimpleURL. add(URLParameter aParam)Method parameters in com.helger.commons.url with type arguments of type URLParameter Modifier and Type Method Description default IMPLTYPEIURLParameterList. addAll(List<? extends URLParameter> aParams)static StringURLHelper. getQueryParametersAsString(List<? extends URLParameter> aQueryParams, IEncoder<String,String> aQueryParameterEncoder)Create a parameter string.static StringURLHelper. getURLString(String sPath, List<? extends URLParameter> aQueryParams, String sAnchor, IEncoder<String,String> aQueryParameterEncoder)Get the final representation of the URL using the specified elements.static StringURLHelper. getURLString(String sPath, List<? extends URLParameter> aQueryParams, String sAnchor, Charset aParameterCharset)Get the final representation of the URL using the specified elements.Constructor parameters in com.helger.commons.url with type arguments of type URLParameter Constructor Description SimpleURL(String sHref, Iterable<? extends URLParameter> aParams, String sAnchor)SimpleURL(String sHref, Charset aCharset, Iterable<? extends URLParameter> aParams, String sAnchor)URLParameterList(List<? extends URLParameter> aOther)
-