Uses of Class
jodd.net.URLCoder.Builder
Packages that use URLCoder.Builder
-
Uses of URLCoder.Builder in jodd.net
Methods in jodd.net that return URLCoder.BuilderModifier and TypeMethodDescriptionstatic URLCoder.BuilderCreates URL builder for user-friendly way of building URLs.static URLCoder.BuilderCreates URL builder with given path that can be optionally encoded.URLCoder.Builder.queryParam(String name, Object value) URLCoder.Builder.queryParam(String name, String value) Appends new query parameter to the url.