Uses of Interface
com.aoapps.net.URIParameters
Packages that use URIParameters
-
Uses of URIParameters in com.aoapps.net
Subinterfaces of URIParameters in com.aoapps.netModifier and TypeInterfaceDescriptioninterfaceProvides read-write access to URI parameters.Classes in com.aoapps.net that implement URIParametersModifier and TypeClassDescriptionfinal classEmpty parameters singleton.classProtects a set of parameters from modification.classA modifiable parameter map.Methods in com.aoapps.net that return URIParametersModifier and TypeMethodDescriptionstatic URIParametersReturns the optimal type of parameters.default URIParametersURIParameters.trim()static URIParametersUnmodifiableURIParameters.wrap(URIParameters wrapped) Wraps the given parameters to ensure they are unmodifiable.Methods in com.aoapps.net with parameters of type URIParametersModifier and TypeMethodDescriptionAnyURI.addParameters(URIParameters params) Adds all of the parameters.IRI.addParameters(URIParameters params) URI.addParameters(URIParameters params) static StringURIParametersUtils.addParams(String uri, URIParameters params) Adds all of the parameters to a URI.static voidURIParametersUtils.appendQueryString(URIParameters params, Encoder encoder, Appendable out) Appends the query string encoded, not including the '?'static voidURIParametersUtils.appendQueryString(URIParameters params, Appendable out) Appends the query string encoded, not including the '?'static voidURIParametersUtils.appendQueryString(URIParameters params, StringBuffer sb) Appends the query string encoded, not including the '?'static voidURIParametersUtils.appendQueryString(URIParameters params, StringBuilder sb) Appends the query string encoded, not including the '?'static StringURIParametersUtils.toQueryString(URIParameters params) Gets the query string encoded, not including the '?'static URIParametersUnmodifiableURIParameters.wrap(URIParameters wrapped) Wraps the given parameters to ensure they are unmodifiable.
