Uses of Class
org.springframework.web.util.UriComponents
Packages that use UriComponents
Package
Description
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of UriComponents in org.springframework.web.util
Methods in org.springframework.web.util that return UriComponentsModifier and TypeMethodDescriptionUriComponentsBuilder.build()Build aUriComponentsinstance from the various components contained in this builder.UriComponentsBuilder.build(boolean encoded) Variant ofUriComponentsBuilder.build()to create aUriComponentsinstance when components are already fully encoded.UriComponentsBuilder.buildAndExpand(Object... uriVariableValues) Build aUriComponentsinstance and replaces URI template variables with the values from an array.UriComponentsBuilder.buildAndExpand(Map<String, ?> uriVariables) Build aUriComponentsinstance and replaces URI template variables with the values from a map.final UriComponentsUriComponents.encode()Invoke this after expanding URI variables to encode the resulting URI component values.abstract UriComponentsA variant ofencode()with a charset other than "UTF-8".final UriComponentsReplace all URI template variables with the values from a given array.final UriComponentsReplace all URI template variables with the values from a given map.final UriComponentsUriComponents.expand(UriComponents.UriTemplateVariables uriVariables) Replace all URI template variables with the values from the givenUriComponents.UriTemplateVariables.abstract UriComponentsUriComponents.normalize()Normalize the path removing sequences like "path/..".Methods in org.springframework.web.util with parameters of type UriComponentsModifier and TypeMethodDescriptionUriComponentsBuilder.uriComponents(UriComponents uriComponents) Set or append individual URI components of this builder from the values of the givenUriComponentsinstance.