public class WebMvcRegistrationsAdapter extends Object implements WebMvcRegistrations
WebMvcRegistrations
with empty methods allowing
sub-classes to override only the methods they're interested in.Constructor and Description |
---|
WebMvcRegistrationsAdapter() |
Modifier and Type | Method and Description |
---|---|
ExceptionHandlerExceptionResolver |
getExceptionHandlerExceptionResolver()
Return the custom
ExceptionHandlerExceptionResolver that should be used and
processed by the MVC configuration. |
RequestMappingHandlerAdapter |
getRequestMappingHandlerAdapter()
Return the custom
RequestMappingHandlerAdapter that should be used and
processed by the MVC configuration. |
RequestMappingHandlerMapping |
getRequestMappingHandlerMapping()
Return the custom
RequestMappingHandlerMapping that should be used and
processed by the MVC configuration. |
public RequestMappingHandlerMapping getRequestMappingHandlerMapping()
WebMvcRegistrations
RequestMappingHandlerMapping
that should be used and
processed by the MVC configuration.getRequestMappingHandlerMapping
in interface WebMvcRegistrations
RequestMappingHandlerMapping
instancepublic RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
WebMvcRegistrations
RequestMappingHandlerAdapter
that should be used and
processed by the MVC configuration.getRequestMappingHandlerAdapter
in interface WebMvcRegistrations
RequestMappingHandlerAdapter
instancepublic ExceptionHandlerExceptionResolver getExceptionHandlerExceptionResolver()
WebMvcRegistrations
ExceptionHandlerExceptionResolver
that should be used and
processed by the MVC configuration.getExceptionHandlerExceptionResolver
in interface WebMvcRegistrations
ExceptionHandlerExceptionResolver
instanceCopyright © 2019 Pivotal Software, Inc.. All rights reserved.