| Class | Description |
|---|---|
| AbstractServletFilter |
Base servlet filter implementation
|
| CompositeFilter |
Provide a servlet filter to handle servlet filters provided by the modules.
|
| ContentManagerAccessCheckFilter |
Protects access to the content manager and content picker by enforcing permission checks and validating parameters.
|
| FallbackDelegatingFilterProxy |
Extends the behaviour of standard Spring's
DelegatingFilterProxy by
falling back to a PassThroughFilter (pass through) filter if the
target filter cannot be found. |
| HttpHeadRequestFilter |
Http servlet filter that handle "HEAD" requests
|
| MaintenanceFilter |
Allows temporary disabling request serving and switching to a maintenance mode.
|
| ModuleDelegatingFilterProxy |
Extends the behavior of standard Spring's
DelegatingFilterProxy to allow for delegate bean defined either in the core or in a module. |
| PassThroughFilter |
A no operation filter that does nothing except invoking the next filter in
the chain.
|
| ServletFilter |
Base implementation of AbstractServletFilter which delegates to a standard filter
|
| ServletWrappingFilter |
Servlet filter that wraps the calls to the configured servlet class.
Inspired by Spring's ServletWrappingController. |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.