public abstract class PathResolverFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathResolverFactory.AbstractMatcher |
static class |
PathResolverFactory.DefaultMatcher |
static class |
PathResolverFactory.ExactAndPathMatcher |
static class |
PathResolverFactory.ExactMatcher |
static class |
PathResolverFactory.ExtensionMatcher |
static class |
PathResolverFactory.PathMatcher |
static class |
PathResolverFactory.RegexMatcher |
static class |
PathResolverFactory.RootMatcher |
| Constructor and Description |
|---|
PathResolverFactory() |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull PathResolver |
createPatternMatcher(@Nullable ServletHandler handler,
@NotNull String pattern) |
static @NotNull PathResolver |
createRegexMatcher(@NotNull String regex) |
@NotNull public static @NotNull PathResolver createPatternMatcher(@Nullable @Nullable ServletHandler handler, @NotNull @NotNull String pattern)
@NotNull public static @NotNull PathResolver createRegexMatcher(@NotNull @NotNull String regex)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.