Generated by
JDiff

Class org.springframework.web.servlet.support.ServletUriComponentsBuilder

Documentation changed from old to new.

Added Methods
ServletUriComponentsBuilder fromCurrentRequestUri() Same as .fromRequestUri(HttpServletRequest) except the request is obtained through RequestContextHolder.
ServletUriComponentsBuilder fromRequestUri(HttpServletRequest) Prepare a builder from the host, port, scheme, and path of an HttpSevletRequest.
 

Changed Methods
ServletUriComponentsBuilder fromContextPath(HttpServletRequest) Documentation changed from old to new.
Prepare a builder from the host, port, scheme, and context path of an HttpServletRequest.
ServletUriComponentsBuilder fromCurrentContextPath() Documentation changed from old to new.
Same as .fromContextPath(HttpServletRequest) except the request is obtained through RequestContextHolder.
ServletUriComponentsBuilder fromCurrentRequest() Documentation changed from old to new.
Same as .fromRequest(HttpServletRequest) except the request is obtained through RequestContextHolder.
ServletUriComponentsBuilder fromCurrentServletMapping() Documentation changed from old to new.
Same as .fromServletMapping(HttpServletRequest) except the request is obtained through RequestContextHolder.
ServletUriComponentsBuilder fromRequest(HttpServletRequest) Documentation changed from old to new.
Prepare a builder by copying the scheme, host, port, path, and query string of an HttpServletRequest.
ServletUriComponentsBuilder fromServletMapping(HttpServletRequest) Documentation changed from old to new.
Prepare a builder from the host, port, scheme, context path, and servlet mapping of an HttpServletRequest.