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