Uses of Class
com.norconex.commons.lang.url.QueryString
-
Packages that use QueryString Package Description com.norconex.commons.lang.url Classes making it easier to deal with and manipulate URLs. -
-
Uses of QueryString in com.norconex.commons.lang.url
Methods in com.norconex.commons.lang.url that return QueryString Modifier and Type Method Description QueryString
HttpURL. getQueryString()
Gets the URL query string.Methods in com.norconex.commons.lang.url with parameters of type QueryString Modifier and Type Method Description void
HttpURL. setQueryString(QueryString queryString)
Sets the URL query string, replacing this URL existing query string parameters with the ones from the supplied query string (the original query string instance is kept).
-