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. |