@groovy.transform.CompileStaticCompileStatic class UrlMappingMatcher extends java.lang.Object
Used to match UrlMappingInfo instance by grails.artefact.Interceptor instances
Modifiers | Name | Description |
---|---|---|
static class |
UrlMappingMatcher.ClosureExclude |
|
static interface |
UrlMappingMatcher.Exclude |
|
static class |
UrlMappingMatcher.MapExclude |
Modifiers | Name | Description |
---|---|---|
static java.util.regex.Pattern |
WILD_CARD_PATTERN |
|
protected java.util.regex.Pattern |
actionRegex |
|
protected java.util.regex.Pattern |
controllerRegex |
|
protected java.util.List |
excludes |
|
protected Interceptor |
interceptor |
|
protected boolean |
matchAll |
|
protected java.util.regex.Pattern |
methodRegex |
|
protected java.util.regex.Pattern |
namespaceRegex |
|
protected AntPathMatcher |
pathMatcher |
|
protected java.util.List |
uriExcludePatterns |
|
protected java.util.List |
uriPatterns |
Constructor and description |
---|
UrlMappingMatcher
(Interceptor interceptor) |
UrlMappingMatcher
() |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
doesMatch(java.lang.String uri, UrlMappingInfo info) |
|
boolean |
doesMatch(java.lang.String uri, UrlMappingInfo info, java.lang.String method) |
|
protected boolean |
doesMatchInternal(UrlMappingInfo info, java.lang.String method) |
|
Matcher |
except(Map arguments) |
|
Matcher |
excludes(Map arguments) |
|
Matcher |
excludes(Closure condition) |
|
protected int |
hashCode(UrlMappingInfo info) |
|
boolean |
isExclude() |
|
protected boolean |
isExcluded(java.lang.String uri, UrlMappingInfo info) |
|
Matcher |
matchAll() |
|
Matcher |
matches(Map arguments) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |