public class AntPathMatcherUtil
extends java.lang.Object
| Constructor and Description |
|---|
AntPathMatcherUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
match(javax.servlet.http.HttpServletRequest request,
HttpMethod httpMethod,
java.lang.String pattern)
判断request中的url和method是否和pattern一致
|
public static boolean match(javax.servlet.http.HttpServletRequest request,
HttpMethod httpMethod,
java.lang.String pattern)
request - httpMethod - pattern - Copyright © 2019. All Rights Reserved.