public final class AnyRequestMatcher extends Object implements RequestMatcher
Constructor and Description |
---|
AnyRequestMatcher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
matches(javax.servlet.http.HttpServletRequest request)
Deprecated.
Decides whether the rule implemented by the strategy matches the supplied request.
|
public boolean matches(javax.servlet.http.HttpServletRequest request)
RequestMatcher
matches
in interface RequestMatcher
request
- the request to check for a matchCopyright © 2019. All rights reserved.