Uses of Class
org.springframework.web.servlet.support.ServletUriComponentsBuilder
Packages that use ServletUriComponentsBuilder
Package
Description
Support classes for Spring's web MVC framework.
- 
Uses of ServletUriComponentsBuilder in org.springframework.web.servlet.supportMethods in org.springframework.web.servlet.support that return ServletUriComponentsBuilderModifier and TypeMethodDescriptionServletUriComponentsBuilder.cloneBuilder()static ServletUriComponentsBuilderServletUriComponentsBuilder.fromContextPath(HttpServletRequest request) Prepare a builder from the host, port, scheme, and context path of the given HttpServletRequest.static ServletUriComponentsBuilderServletUriComponentsBuilder.fromCurrentContextPath()Same asfromContextPath(HttpServletRequest)except the request is obtained throughRequestContextHolder.static ServletUriComponentsBuilderServletUriComponentsBuilder.fromCurrentRequest()Same asfromRequest(HttpServletRequest)except the request is obtained throughRequestContextHolder.static ServletUriComponentsBuilderServletUriComponentsBuilder.fromCurrentRequestUri()Same asfromRequestUri(HttpServletRequest)except the request is obtained throughRequestContextHolder.static ServletUriComponentsBuilderServletUriComponentsBuilder.fromCurrentServletMapping()Same asfromServletMapping(HttpServletRequest)except the request is obtained throughRequestContextHolder.static ServletUriComponentsBuilderServletUriComponentsBuilder.fromRequest(HttpServletRequest request) Prepare a builder by copying the scheme, host, port, path, and query string of an HttpServletRequest.static ServletUriComponentsBuilderServletUriComponentsBuilder.fromRequestUri(HttpServletRequest request) Prepare a builder from the host, port, scheme, and path (but not the query) of the HttpServletRequest.static ServletUriComponentsBuilderServletUriComponentsBuilder.fromServletMapping(HttpServletRequest request) Prepare a builder from the host, port, scheme, context path, and servlet mapping of the given HttpServletRequest.Constructors in org.springframework.web.servlet.support with parameters of type ServletUriComponentsBuilderModifierConstructorDescriptionprotectedCreate a deep copy of the given ServletUriComponentsBuilder.