Java org.springframework.web.servlet.config.annotation PathMatchConfigurer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet.config.annotation PathMatchConfigurer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet.config.annotation PathMatchConfigurer.

The text is from its open source code.

Constructor

Method

PathMatchergetPathMatcher()
UrlPathHelpergetUrlPathHelper()
BooleanisUseRegisteredSuffixPatternMatch()
BooleanisUseSuffixPatternMatch()
BooleanisUseTrailingSlashMatch()
PathMatchConfigurersetUseRegisteredSuffixPatternMatch(Boolean registeredSuffixPatternMatch)
Whether suffix pattern matching should work only against path extensions explicitly registered when you WebMvcConfigurer#configureContentNegotiation configure content negotiation .
PathMatchConfigurersetUseSuffixPatternMatch(Boolean suffixPatternMatch)
Whether to use suffix pattern match (".*") when matching patterns to requests.
PathMatchConfigurersetUseTrailingSlashMatch(Boolean trailingSlashMatch)
Whether to match to URLs irrespective of the presence of a trailing slash.