| Interface | Description |
|---|---|
| DependencyInjectedFilter |
A bean-like equivalent of a servlet filter, designed to be managed by a Spring container.
|
| Class | Description |
|---|---|
| BeanProxyFilter |
An adapter from the servlet filter world into the Spring dependency injected world.
|
| NullFilter |
A Benign filter that does nothing more than invoke the filter chain.
|
| SessionSynchronizedFilter |
A filter that will use the HttpSession (if it exists) as the monitor for a
synchronized block so that only one request per session is processed at any
time.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.