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()
WebMvcRegistrationsRequestMappingHandlerMapping that should be used and
processed by the MVC configuration.getRequestMappingHandlerMapping in interface WebMvcRegistrationsRequestMappingHandlerMapping instancepublic RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
WebMvcRegistrationsRequestMappingHandlerAdapter that should be used and
processed by the MVC configuration.getRequestMappingHandlerAdapter in interface WebMvcRegistrationsRequestMappingHandlerAdapter instancepublic ExceptionHandlerExceptionResolver getExceptionHandlerExceptionResolver()
WebMvcRegistrationsExceptionHandlerExceptionResolver that should be used and
processed by the MVC configuration.getExceptionHandlerExceptionResolver in interface WebMvcRegistrationsExceptionHandlerExceptionResolver instanceCopyright © 2017 Pivotal Software, Inc.. All rights reserved.