Uses of Class
org.springframework.web.util.InvalidUrlException
Package
Description
Miscellaneous web utility classes, such as HTML escaping and cookie handling.
-
Uses of InvalidUrlException in org.springframework.web.util
Modifier and TypeMethodDescriptionstatic UriComponentsBuilder
UriComponentsBuilder.fromHttpUrl
(String httpUrl) Deprecated.static UriComponentsBuilder
UriComponentsBuilder.fromUriString
(String uri) Variant ofUriComponentsBuilder.fromUriString(String, ParserType)
that defaults to theUriComponentsBuilder.ParserType.RFC
parsing.static UriComponentsBuilder
UriComponentsBuilder.fromUriString
(String uri, UriComponentsBuilder.ParserType parserType) Create a builder that is initialized by parsing the given URI string.
UriComponentsBuilder.fromUriString(String)
; scheduled for removal in 7.0.