Uses of Class
org.javalite.activeweb.controller_filters.HttpSupportFilter
Packages that use HttpSupportFilter
-
Uses of HttpSupportFilter in org.javalite.activeweb
Methods in org.javalite.activeweb that return types with arguments of type HttpSupportFilterModifier and TypeMethodDescriptionprotected static List<HttpSupportFilter>
Configuration.getFilters()
Methods in org.javalite.activeweb with parameters of type HttpSupportFilterModifier 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.Method parameters in org.javalite.activeweb with type arguments of type HttpSupportFilterModifier and TypeMethodDescriptionprotected static void
Configuration.setFilters(List<HttpSupportFilter> allFilters)
Constructors in org.javalite.activeweb with parameters of type HttpSupportFilter -
Uses of HttpSupportFilter in org.javalite.activeweb.controller_filters
Subclasses of HttpSupportFilter in org.javalite.activeweb.controller_filtersModifier 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.