类的使用
cn.taketoday.web.handler.method.MvcUriComponentsBuilder.MethodArgumentBuilder
-
cn.taketoday.web.handler.method中MvcUriComponentsBuilder.MethodArgumentBuilder的使用
修饰符和类型方法说明MvcUriComponentsBuilder.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(UriComponentsBuilder builder, String name) An alternative toMvcUriComponentsBuilder.fromMappingName(String)that accepts aUriComponentsBuilderrepresenting the base URL.MvcUriComponentsBuilder.fromMappingName(String mappingName) Create a URL from the name of a MVC controller method's request mapping.MvcUriComponentsBuilder.withMappingName(String mappingName) An alternative toMvcUriComponentsBuilder.fromMappingName(String)for use with an instance of this class created viaMvcUriComponentsBuilder.relativeTo(cn.taketoday.web.util.UriComponentsBuilder).