public final class AnyRequestMatcher extends Object implements RequestMatcher
| 限定符和类型 | 字段和说明 |
|---|---|
static RequestMatcher |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
matches(javax.servlet.http.HttpServletRequest request)
Decides whether the rule implemented by the strategy matches the supplied request.
|
public static final RequestMatcher INSTANCE
public boolean matches(javax.servlet.http.HttpServletRequest request)
RequestMatchermatches 在接口中 RequestMatcherrequest - the request to check for a matchCopyright © 2016. All rights reserved.