Uses of Class
org.javalite.activeweb.controller_filters.HttpSupportFilter
-
Uses of HttpSupportFilter in org.javalite.activeweb
Modifier and TypeMethodDescriptionprotected static List<HttpSupportFilter>
Configuration.getFilters()
Modifier and TypeMethodDescriptionprotected AbstractControllerConfig.FilterBuilder<? extends AppController>
AbstractControllerConfig.add(HttpSupportFilter... filters)
Adds a set of filters to a set of controllers.protected void
IntegrationSpec.addFilter(Class<? extends AppController> controllerClass, HttpSupportFilter filter)
Adds a filter to a specific controller for the duration of the current spec.protected void
IntegrationSpec.addFilter(HttpSupportFilter filter)
Adds a global filter for the duration of the current spec.Modifier and TypeMethodDescriptionprotected static void
Configuration.setFilters(List<HttpSupportFilter> allFilters)
-
Uses of HttpSupportFilter in org.javalite.activeweb.controller_filters
Modifier and TypeClassDescriptionclass
class
Controller filters are similar to that of Servlet filters, but designed to wrap execution of controllers.class
class
Class is to be used in web apps that use ActiveJDBC.class
Use this filter to log HTTP request (and response) headers to a log system.class
Use this filter to log HTTP request parameters to a log system.class
Use this filter to log HTTP request properties to a log system.class
This filter will collect statistics about controller/action execution into Statistics Queue for analysis.