| Interface | Description |
|---|---|
| RequestMatcher |
Simple strategy to match an HttpServletRequest.
|
| Class | Description |
|---|---|
| AntPathRequestMatcher |
Matcher which compares a pre-defined ant-style pattern against the URL (
servletPath + pathInfo) of an HttpServletRequest. |
| CharacterEncodingFilter | |
| DelegatingFilterProxy |
Proxy for a standard Servlet 2.3 Filter, delegating to a managed
bean that implements the Filter interface.
|
| GenericCompositeFilter | |
| GenericCompositeFilter.VirtualFilterChain |
A
FilterChain that records whether or not
FilterChain.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse) is
called. |
| GenericHttpFilter | |
| OncePerRequestFilter |
Once per request filter.
|
| RegexRequestMatcher |
Uses a regular expression to decide whether a supplied the URL of a supplied
HttpServletRequest. |
Copyright © 2005–2018 The Beangle Software. All rights reserved.