A collection of classes for developers who are working with Servlet Filters.
Combine a filter and a Predicate or Hamcrest matcher. The filter is executed if the predicate or the matchers matches and skipped otherwise.
Encase multiple filters into a single filter.
Merge a Filter and a FilterChain into a new FilterChain.
A null object for the filter interface.
A base class for filters that need HttpServletRequest or HttpServletResponse.
Small pieces of work that are executed by a filter.
Disable the encodeUrl and encodeRedirectUrl methods of HttpServletResponse.