| Class | Description |
|---|---|
| CachingResponseFilter |
Assist in cache management for individual profile pages.
|
| CharsetEncodingFilter | |
| ClickjackFilter |
Add X-FRAME-OPTIONS response header to tell IE8 (and any other browsers who
decide to implement) not to display this content in a frame.
|
| JSessionStripFilter |
Replaces the Response with one that will never put in a jsession.
|
| ModelSwitcher |
Handle model switching, if requested for the editing framework.
|
| PageRoutingFilter |
This filter is intended to route requests to pages defined in the display model.
|
| RequestLoggerFilter |
A simple filter to log the HTTP requests received by Tomcat
|
| RequestModelsPrep |
This used to set up a lot of request-based objects.
|
| SessionTimeoutLimitingFilter |
Manipulate the maximum inactive interval on sessions.
|
| StartupStatusDisplayFilter |
No matter what URL is requested, check to see whether the StartupStatus
contains errors or warnings.
|
| TestFilter | |
| URLRewriterFilter |
This filter overrides the HTTPServletResponse's encodeURL method
to rewrite requests for resources so that lengthy URI parameters
are rewritten to use faux directories representing namespaces.
|
| URLRewritingHttpServletResponse |
Copyright © 2021. All rights reserved.