接口的使用
cn.taketoday.web.handler.method.support.UriComponentsContributor
使用UriComponentsContributor的程序包
程序包
说明
Request context parameter resolvers
-
cn.taketoday.web.bind.resolver中UriComponentsContributor的使用
修饰符和类型类说明classResolves method arguments annotated with an @PathVariable.classResolves method arguments annotated with @RequestParam, arguments of typeMultipartFilein conjunction withMultipartRequestabstraction, and arguments of typejakarta.servlet.http.Partin conjunction with Servlet multipart requests. -
cn.taketoday.web.handler.method.support中UriComponentsContributor的使用
修饰符和类型类说明classAUriComponentsContributorcontaining a list of other contributors to delegate to and also encapsulating a specificConversionServiceto use for formatting method argument values as Strings.限定符构造器说明CompositeUriComponentsContributor(UriComponentsContributor... contributors) Create an instance from a collection ofUriComponentsContributorsorParameterResolvingStrategies.