RegexRequestMatcher
org.beangle.web.servlet.filter.RegexRequestMatcher
Uses a regular expression to decide whether a supplied the URL of a supplied
HttpServletRequest. Can also be configured to match a specific HTTP
method. The match is performed against the servletPath + pathInfo + queryString of the
request and is
case-sensitive by default. Case-insensitive matching can be used by using the
constructor which takes the caseInsentitive argument.
Attributes
- Graph
- Supertypes