public class PathPatternMatcher extends Object
Constructor and Description |
---|
PathPatternMatcher() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
PathMatcher |
getPathMatcher() |
String |
getPattern() |
boolean |
matches(String uri) |
boolean |
matches(URI uri) |
void |
setPathMatcher(PathMatcher pathMatcher) |
void |
setPattern(String pattern) |
public String getPattern()
public void setPattern(String pattern)
public PathMatcher getPathMatcher()
public void setPathMatcher(PathMatcher pathMatcher)
public boolean matches(String uri)
public boolean matches(URI uri)
Copyright © 2022. All rights reserved.