Class PathMatchConfigurer


  • public class PathMatchConfigurer
    extends Object
    Helps with configuring HandlerMappings path matching options such as trailing slash match, suffix registration, path matcher and path helper.

    Configured path matcher and path helper instances are shared for:

    • RequestMappings
    • ViewControllerMappings
    • ResourcesMappings
    Since:
    4.0.3
    Author:
    Brian Clozel
    See Also:
    RequestMappingHandlerMapping, SimpleUrlHandlerMapping