Uses of Interface
org.javalite.activeweb.RequestAccess
Packages that use RequestAccess
Package
Description
ActiveWeb - the agile java framework
Controller Filters, see Controller filters
Some abstract controllers.
Freemarker Tags, see Views.
-
Uses of RequestAccess in app.controllers
Classes in app.controllers that implement RequestAccess -
Uses of RequestAccess in org.javalite.activeweb
Classes in org.javalite.activeweb that implement RequestAccessModifier and TypeClassDescriptionclassSubclass this class to create application controllers.class -
Uses of RequestAccess in org.javalite.activeweb.controller_filters
Classes in org.javalite.activeweb.controller_filters that implement RequestAccessModifier 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 RequestAccess in org.javalite.activeweb.controllers
Classes in org.javalite.activeweb.controllers that implement RequestAccessModifier and TypeClassDescriptionclassSubclass will compile and serve CSS from LESS files.classSubclass will compile and serve CSS from SASS files. -
Uses of RequestAccess in org.javalite.activeweb.freemarker
Classes in org.javalite.activeweb.freemarker that implement RequestAccessModifier and TypeClassDescriptionclassSimple confirmation tag.classclassDebug tag is for printing an arbitrary object from page context.classThis is a FreeMarker directive which is registered as<@form...classConvenience class for implementing application - specific tags.classThis is a FreeMarker directive which is registered as<@link_to ...classThe message tag is designed to display messages in view templates.classSelect tag is to generate the <select> HTML tag based on data passed in dynamically into a view.class