Class Overview
Matches any supplied request.
Summary
| Public Methods |
|
boolean
|
equals(Object obj)
|
|
int
|
hashCode()
|
|
boolean
|
matches(HttpServletRequest request)
Decides whether the rule implemented by the strategy matches the supplied request.
|
Public Constructors
public
AnyRequestMatcher
()
Public Methods
public
boolean
equals
(Object obj)
public
boolean
matches
(HttpServletRequest request)
Decides whether the rule implemented by the strategy matches the supplied request.
Parameters
| request
| the request to check for a match |
Returns
- true if the request matches, false otherwise