public final class AnyRequestMatcher extends Object implements RequestMatcher
Modifier and Type | Field and Description |
---|---|
static RequestMatcher |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
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)
RequestMatcher
matches
in interface RequestMatcher
request
- the request to check for a match