Class RequestMappingHandlerAdapterConfigurer
java.lang.Object
de.hybris.platform.yacceleratorstorefront.web.mvc.RequestMappingHandlerAdapterConfigurer
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.web.util.UrlPathHelpervoidinit()voidsetUrlPathHelper(org.springframework.web.util.UrlPathHelper urlPathHelper)
-
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)
-