| Interface | Description |
|---|---|
| ControllerFilter |
Controller filters are similar to that of Servlet filters, but designed to wrap execution of controllers.
|
| Class | Description |
|---|---|
| AbstractLoggingFilter | |
| ControllerFilterAdapter |
This is a convenience class for filters to extend.
|
| DBConnectionFilter |
Class is to be used in web apps that use ActiveJDBC.
|
| HeadersLogFilter |
Use this filter to log HTTP request (and response) headers to a log system.
|
| HttpSupportFilter |
This class is to be overridden by those filters that are to produce/override responses generated by controller.
|
| RequestParamsLogFilter |
Use this filter to log HTTP request parameters to a log system.
|
| RequestPropertiesLogFilter |
Use this filter to log HTTP request properties to a log system.
|
| StatisticsFilter |
This filter will collect statistics about controller/action execution into
Statistics Queue for analysis.
|
| TimingFilter |
This is a simple filter which logs time it took to process a controller.
|
| Enum | Description |
|---|---|
| AbstractLoggingFilter.Level |
Copyright © 2016. All rights reserved.