Class RequestMappingInfoHandlerMapping

java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.core.Ordered, HandlerMapping
Direct Known Subclasses:
RequestMappingHandlerMapping

public abstract class RequestMappingInfoHandlerMapping extends AbstractHandlerMethodMapping<RequestMappingInfo>
Abstract base class for classes for which RequestMappingInfo defines the mapping between a request and a handler method.
Since:
5.0
Author:
Rossen Stoyanchev, Sam Brannen
  • Constructor Details

    • RequestMappingInfoHandlerMapping

      public RequestMappingInfoHandlerMapping()
  • Method Details