org.beangle.commons.web.filter
Simple strategy to match an HttpServletRequest.
Decides whether the rule implemented by the strategy matches the supplied request.
the request to check for a match
true if the request matches, false otherwise
Simple strategy to match an HttpServletRequest.