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 |
|---|---|
org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver |
getExceptionHandlerExceptionResolver()
Return the custom
ExceptionHandlerExceptionResolver that should be used and
processed by the MVC configuration. |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter |
getRequestMappingHandlerAdapter()
Return the custom
RequestMappingHandlerAdapter that should be used and
processed by the MVC configuration. |
org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping |
getRequestMappingHandlerMapping()
Return the custom
RequestMappingHandlerMapping that should be used and
processed by the MVC configuration. |
public org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping getRequestMappingHandlerMapping()
WebMvcRegistrationsRequestMappingHandlerMapping that should be used and
processed by the MVC configuration.getRequestMappingHandlerMapping in interface WebMvcRegistrationsRequestMappingHandlerMapping instancepublic org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter getRequestMappingHandlerAdapter()
WebMvcRegistrationsRequestMappingHandlerAdapter that should be used and
processed by the MVC configuration.getRequestMappingHandlerAdapter in interface WebMvcRegistrationsRequestMappingHandlerAdapter instancepublic org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver getExceptionHandlerExceptionResolver()
WebMvcRegistrationsExceptionHandlerExceptionResolver that should be used and
processed by the MVC configuration.getExceptionHandlerExceptionResolver in interface WebMvcRegistrationsExceptionHandlerExceptionResolver instanceCopyright © 2016 Pivotal Software, Inc.. All rights reserved.