String
-based path matching. Used by {@link org.springframework.core.io.support.PathMatchingResourcePatternResolver}, {@link org.springframework.web.servlet.handler.AbstractUrlHandlerMapping}, {@link org.springframework.web.servlet.mvc.multiaction.PropertiesMethodNameResolver}, and {@link org.springframework.web.servlet.mvc.WebContentInterceptor}.
The default implementation is {@link AntPathMatcher}, supporting the Ant-style pattern syntax. @author Juergen Hoeller @since 1.2 @see AntPathMatcher
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|