Uses of Class
com.helger.commons.url.URLParameter
Packages that use URLParameter
-
Uses of URLParameter in com.helger.commons.url
Methods in com.helger.commons.url with parameters of type URLParameterModifier and TypeMethodDescriptionbooleanIURLParameterList.add(URLParameter aURLParam) booleanSimpleURL.add(URLParameter aParam) Method parameters in com.helger.commons.url with type arguments of type URLParameterModifier and TypeMethodDescriptiondefault 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 URLParameterModifierConstructorDescriptionSimpleURL(String sHref, Iterable<? extends URLParameter> aParams, String sAnchor) URLParameterList(List<? extends URLParameter> aOther)