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 TypeInterfaceDescriptioninterface
Provides read-write access to URI parameters.Classes in com.aoapps.net that implement URIParametersModifier and TypeClassDescriptionfinal class
Empty parameters singleton.class
Protects a set of parameters from modification.class
A modifiable parameter map.Methods in com.aoapps.net that return URIParametersModifier and TypeMethodDescriptionstatic URIParameters
Returns the optimal type of parameters.default URIParameters
URIParameters.trim()
static URIParameters
UnmodifiableURIParameters.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 String
URIParametersUtils.addParams
(String uri, URIParameters params) Adds all of the parameters to a URI.static void
URIParametersUtils.appendQueryString
(URIParameters params, Encoder encoder, Appendable out) Appends the query string encoded, not including the '?'static void
URIParametersUtils.appendQueryString
(URIParameters params, Appendable out) Appends the query string encoded, not including the '?'static void
URIParametersUtils.appendQueryString
(URIParameters params, StringBuffer sb) Appends the query string encoded, not including the '?'static void
URIParametersUtils.appendQueryString
(URIParameters params, StringBuilder sb) Appends the query string encoded, not including the '?'static String
URIParametersUtils.toQueryString
(URIParameters params) Gets the query string encoded, not including the '?'static URIParameters
UnmodifiableURIParameters.wrap
(URIParameters wrapped) Wraps the given parameters to ensure they are unmodifiable.