Uses of Class
com.mastfrog.url.Parameters
Packages that use Parameters
-
Uses of Parameters in com.mastfrog.url
Subclasses of Parameters in com.mastfrog.urlModifier and TypeClassDescriptionfinal classThe Parameters portion of a URL, e.g.
http://timboudreau.com/foo.html?foo=bar&bar=baz#somethingMethods in com.mastfrog.url that return ParametersModifier and TypeMethodDescriptionURL.getParameters()Get the parameters of this query, if any, as inhttp://foo.com/stuff/index.html?foo=bar;bar=baz&baz=boo#anchorstatic Parametersstatic ParametersMethods in com.mastfrog.url that return types with arguments of type ParametersModifier and TypeMethodDescriptionParameters.builder()ParsedParameters.builder()Create a builder to whichParametersElements may be added conveniently, to construct a Parameters object.Methods in com.mastfrog.url with parameters of type Parameters