RequestMatcher
public interface RequestMatcher extends RequestMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
matches(javax.servlet.http.HttpServletRequest request)
Deprecated.
Decides whether the rule implemented by the strategy matches the supplied request.
|
boolean matches(javax.servlet.http.HttpServletRequest request)
matches
in interface RequestMatcher
request
- the request to check for a match