Class RequestMappingHandlerAdapterConfigurer


  • public class RequestMappingHandlerAdapterConfigurer
    extends java.lang.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
    • Constructor Detail

      • RequestMappingHandlerAdapterConfigurer

        public RequestMappingHandlerAdapterConfigurer()
    • Method Detail

      • init

        public void init()
      • getUrlPathHelper

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

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