|
Interface Summary |
| BranchingFilter |
BranchingFilter extends SecureContainerKeyFilter by passing an incoming
request to one of its contained filters based on some implementation specific
mapping. |
| ClosingFilter |
ClosingFilter is an interface to the last filter in the pipe, which
terminates the filter chain and closes the response without filtering the
request. |
| ContainerFilter |
ContainerFilter extends Filter by adding container functionality to the
filter. |
| ContainerKeyFilter |
ContainerKeyFilter extends KeyFilter by adding container functionality to the
filter. |
| ExceptionFilter |
ExceptionFilter is an interface to exception handling filters. |
| FilterMBeanReference |
An interface to filter references. |
| KeyFilter |
KeyFilter extends Filter by adding support for a filter key, which the filter
implementation can use to obtain a parameter, attribute or other entity from
the current request. |
| LinkFilter |
LinkFilter extends BranchingFilter by proviving support to represent its
branches as links to the corresponding filters. |
| Pipe |
Pipe describes a collection of Filters that should be processed in sequence
when the doFilter method is called. |
| SecureContainerFilter |
SecureContainerFilter extends ContainerFilter by protecting the filter with
an access controller. |
| SecureContainerKeyFilter |
SecureContainerKeyFilter extends ContainerKeyFilter by protecting the filter
with an access controller. |
| SecureFilter |
SecureFilter extends Filter by protecting the filter with an access
controller. |
| SecureKeyFilter |
SecureKeyFilter extends KeyFilter by protecting the filter with an access
controller. |
| TerminationFilter |
TerminationFilter is a marker interface to filters, which terminate the
filter chain and optionally close the response after filtering the request. |