Uses of Class
org.springframework.web.servlet.mvc.method.annotation.MvcUriComponentsBuilder.MethodArgumentBuilder
Packages that use MvcUriComponentsBuilder.MethodArgumentBuilder
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package.-
Uses of MvcUriComponentsBuilder.MethodArgumentBuilder in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return MvcUriComponentsBuilder.MethodArgumentBuilderModifier and TypeMethodDescriptionMvcUriComponentsBuilder.MethodArgumentBuilder.encode()Use this method only if you need to apply strong encoding to expanded URI variables by quoting all characters with reserved meaning.MvcUriComponentsBuilder.fromMappingName(String mappingName) Create a URL from the name of a Spring MVC controller method's request mapping.MvcUriComponentsBuilder.fromMappingName(UriComponentsBuilder builder, String name) An alternative toMvcUriComponentsBuilder.fromMappingName(String)that accepts aUriComponentsBuilderrepresenting the base URL.MvcUriComponentsBuilder.withMappingName(String mappingName) An alternative toMvcUriComponentsBuilder.fromMappingName(String)for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder).