Uses of Class
org.javalite.activeweb.HttpSupport
Package
Description
ActiveWeb - the agile java framework
Controller Filters, see Controller filters
Some abstract controllers.
-
Uses of HttpSupport in app.controllers
-
Uses of HttpSupport in org.javalite.activeweb
Modifier and TypeClassDescriptionclass
Subclass this class to create application controllers. -
Uses of HttpSupport 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
Adds support for access to HTTP parameters.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. -
Uses of HttpSupport in org.javalite.activeweb.controllers
Modifier and TypeClassDescriptionclass
Subclass will compile and serve CSS from LESS files.class
Subclass will compile and serve CSS from SASS files.