Uses of Class
org.apache.catalina.util.URLPattern
-
Packages that use URLPattern Package Description org.apache.catalina.util -
-
Uses of URLPattern in org.apache.catalina.util
Methods in org.apache.catalina.util with parameters of type URLPattern Modifier and Type Method Description booleanURLPattern. implies(URLPattern urlPattern)Does this pattern imply (that is, match) the argument pattern? This method follows the same rules (in the same order) as those used for mapping requests to servlets.
-