public class PathMatcher extends Object
PathMatcher()
PathMatcher(String prefix, List<String> uris)
PathMatcher(String prefix, String uriPatterns)
void
addUriPattern(String prefix, String uri)
boolean
match(String uri)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public PathMatcher()
public PathMatcher(String prefix, String uriPatterns)
public PathMatcher(String prefix, List<String> uris)
public void addUriPattern(String prefix, String uri)
public boolean match(String uri)
Copyright © 2025. All rights reserved.