Package org.javalite.activeweb.controller_filters
package org.javalite.activeweb.controller_filters
Controller Filters, see Controller filters
-
InterfaceDescriptionController filters are similar to that of Servlet filters, but designed to wrap execution of controllers.
-
ClassDescriptionController filters are similar to that of Servlet filters, but designed to wrap execution of controllers.This is a convenience class for filters to extend.Class is to be used in web apps that use ActiveJDBC.Use this filter to log HTTP request (and response) headers to a log system.Adds support for access to HTTP parameters.Use this filter to log HTTP request parameters to a log system.Use this filter to log HTTP request properties to a log system.This filter will collect statistics about controller/action execution into Statistics Queue for analysis.