Uses of Interface
org.javalite.activeweb.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
-
Uses of RequestAccess in org.javalite.activeweb
Modifier and TypeClassDescriptionclass
Subclass this class to create application controllers.class
-
Uses of RequestAccess 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 RequestAccess 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. -
Uses of RequestAccess in org.javalite.activeweb.freemarker
Modifier and TypeClassDescriptionclass
Simple confirmation tag.class
class
Debug tag is for printing an arbitrary object from page context.class
This is a FreeMarker directive which is registered as<@form...
class
Convenience class for implementing application - specific tags.class
This is a FreeMarker directive which is registered as<@link_to ...
class
The message tag is designed to display messages in view templates.class
Select tag is to generate the <select> HTML tag based on data passed in dynamically into a view.class