Uses of Class
org.javalite.activeweb.HttpSupport
Packages that use HttpSupport
Package
Description
ActiveWeb - the agile java framework
Controller Filters, see Controller filters
Some abstract controllers.
-
Uses of HttpSupport in app.controllers
Subclasses of HttpSupport in app.controllers -
Uses of HttpSupport in org.javalite.activeweb
Subclasses of HttpSupport in org.javalite.activewebModifier and TypeClassDescriptionclassSubclass this class to create application controllers. -
Uses of HttpSupport in org.javalite.activeweb.controller_filters
Subclasses of HttpSupport in org.javalite.activeweb.controller_filtersModifier and TypeClassDescriptionclassclassController filters are similar to that of Servlet filters, but designed to wrap execution of controllers.classclassClass is to be used in web apps that use ActiveJDBC.classUse this filter to log HTTP request (and response) headers to a log system.classAdds support for access to HTTP parameters.classUse this filter to log HTTP request parameters to a log system.classUse this filter to log HTTP request properties to a log system.classThis filter will collect statistics about controller/action execution into Statistics Queue for analysis. -
Uses of HttpSupport in org.javalite.activeweb.controllers
Subclasses of HttpSupport in org.javalite.activeweb.controllersModifier and TypeClassDescriptionclassSubclass will compile and serve CSS from LESS files.classSubclass will compile and serve CSS from SASS files.