Matcher which compares a pre-defined ant-style pattern against the URL (
servletPath + pathInfo) of an HttpServletRequest.
Proxy for a standard Servlet 2.3 Filter, delegating to a managed bean that implements the Filter interface.
Proxy for a standard Servlet 2.3 Filter, delegating to a managed
bean that implements the Filter interface. Supports a "targetBeanName"
filter init-param in web.xml, specifying the name of the
target bean in the application context.
A simple filter that the test case can delegate to.
Once per request filter.
Once per request filter.
3.0.0
Uses a regular expression to decide whether a supplied the URL of a supplied
HttpServletRequest.
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.
Simple strategy to match an HttpServletRequest.
Simple strategy to match an HttpServletRequest.
A FilterChain that records whether or not
FilterChain#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) is
called.
A FilterChain that records whether or not
FilterChain#doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) is
called.
Matcher which compares a pre-defined ant-style pattern against the URL (
servletPath + pathInfo) of anHttpServletRequest. The query string of the URL is ignored and matching is case-insensitive.AntPathMatcher