Generated by
JDiff

Package org.springframework.web.util

Added Classes and Interfaces
DefaultUriBuilderFactory Default implementation of UriBuilderFactory using UriComponentsBuilder for building, encoding, and expanding URI templates.
DefaultUriBuilderFactory.
EncodingMode
 
ParsingPathMatcher PathMatcher implementation for path patterns parsed as PathPatternParser and compiled as PathPatterns.
UriBuilder Builder-style methods to prepare and expand a URI template with variables.
UriBuilderFactory Factory for instances of UriBuilder.
 

Changed Classes
AbstractUriTemplateHandler Abstract base class for UriTemplateHandler implementations.
ContentCachingRequestWrapper javax.servlet.http.HttpServletRequest wrapper that caches all content read from the #getInputStream() input stream and #getReader() reader, and allows this content to be retrieved via a byte array.
DefaultUriTemplateHandler Default implementation of UriTemplateHandler based on the use of UriComponentsBuilder for expanding and encoding variables.
UriComponents Represents an immutable collection of URI components, mapping component type to String values.
UriComponentsBuilder Builder for UriComponents.
UriUtils Utility class for URI encoding and decoding based on RFC 3986.