Class RequestMappingHandlerAdapterConfigurer

java.lang.Object
de.hybris.platform.yacceleratorstorefront.web.mvc.RequestMappingHandlerAdapterConfigurer

public class RequestMappingHandlerAdapterConfigurer extends Object
This class is a bean post-processor for RequestMappingHandlerMapping. This required to set the property values in the instance of RequestMappingHandlerMapping created by the spring framework when using the tag <annotation-driven/>
  • Constructor Details

    • RequestMappingHandlerAdapterConfigurer

      public RequestMappingHandlerAdapterConfigurer()
  • Method Details

    • init

      public void init()
    • getUrlPathHelper

      protected org.springframework.web.util.UrlPathHelper getUrlPathHelper()
    • setUrlPathHelper

      public void setUrlPathHelper(org.springframework.web.util.UrlPathHelper urlPathHelper)