FrameworkControllerScan.value() or FrameworkControllerScan.basePackages() or
FrameworkControllerScan.basePackageClasses() for FrameworkRestController and FrameworkController
so that their FrameworkMappings will get included in
FrameworkMappingHandlerMapping to provide default implementations of web endpoints.DELETE requests onto specific handler
methods.GET requests onto specific handler
methods.RequestMapping except it is used inside FrameworkController and
FrameworkRestController controllers.FrameworkMappings inside
FrameworkController and FrameworkRestController classes.FrameworkMapping annotations.PATCH requests onto specific handler
methods.POST requests onto specific handler
methods.PUT requests onto specific handler
methods.UriComponentsBuilder from the mapping of a controller class and current
request information including Servlet mapping.FrameworkMvcUriComponentsBuilder.fromController(Class) that accepts a UriComponentsBuilder
representing the base URL.FrameworkMvcUriComponentsBuilder.fromMappingName(String) that accepts a
UriComponentsBuilder representing the base URL.UriComponentsBuilder from the mapping of a controller method and an array of
method argument values.FrameworkMvcUriComponentsBuilder.fromMethod(Class, Method, Object...) that accepts a
UriComponentsBuilder representing the base URL.UriComponentsBuilder by invoking a "mock" controller method.FrameworkMvcUriComponentsBuilder.fromMethodCall(Object) that accepts a UriComponentsBuilder
representing the base URL.UriComponentsBuilder from the mapping of a controller method and an array of
method argument values.FrameworkMvcUriComponentsBuilder.fromMethodName(Class, String, Object...) that accepts a
UriComponentsBuilder representing the base URL.CompositeUriComponentsContributor object in the bean factory.FrameworkMvcUriComponentsBuilder.fromController(Class) for use with an instance of this class
created via a call to FrameworkMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder).FrameworkMvcUriComponentsBuilder.fromMappingName(String) for use with an instance of this class
created via FrameworkMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder).FrameworkMvcUriComponentsBuilder.fromMethod(Class, Method, Object...) for use with an instance of
this class created via FrameworkMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder).FrameworkMvcUriComponentsBuilder.fromMethodCall(Object) for use with an instance of this class
created via FrameworkMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder).FrameworkMvcUriComponentsBuilder.fromMethodName(Class, String, Object...)} for use with an instance
of this class created via FrameworkMvcUriComponentsBuilder.relativeTo(org.springframework.web.util.UriComponentsBuilder).Copyright © 2019. All rights reserved.