| Package | Description | 
|---|---|
| app.controllers | |
| org.javalite.activeweb | 
 ActiveWeb - the agile java framework 
 | 
| org.javalite.activeweb.controller_filters | 
 Controller Filters, see Controller filters 
 | 
| org.javalite.activeweb.controllers | 
 Some abstract controllers. 
 | 
| org.javalite.activeweb.freemarker | 
 Freemarker Tags, see Views. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleController  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AppController
Subclass this class to create application controllers. 
 | 
class  | 
HttpSupport  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractLoggingFilter  | 
class  | 
AppControllerFilter
Controller filters are similar to that of Servlet filters, but designed to wrap execution of controllers. 
 | 
class  | 
CSRFFilter  | 
class  | 
DBConnectionFilter
Class is to be used in web apps that use ActiveJDBC. 
 | 
class  | 
HeadersLogFilter
Use this filter to log HTTP request (and response) headers to a log system. 
 | 
class  | 
HttpSupportFilter
Adds support for access to HTTP parameters. 
 | 
class  | 
RequestParamsLogFilter
Use this filter to log HTTP request parameters to a log system. 
 | 
class  | 
RequestPropertiesLogFilter
Use this filter to log HTTP request properties to a log system. 
 | 
class  | 
StatisticsFilter
This filter will collect statistics about controller/action execution into
 Statistics Queue for analysis. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractLesscController
 Subclass will compile and serve CSS from LESS files. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConfirmationTag
Simple confirmation tag. 
 | 
class  | 
CSRFTokenTag  | 
class  | 
DebugTag
Debug tag is for printing an arbitrary object from page context. 
 | 
class  | 
FormTag
This is a FreeMarker directive which is registered as   
<@form... | 
class  | 
FreeMarkerTag
Convenience class for implementing application - specific tags. 
 | 
class  | 
LinkToTag
This is a FreeMarker directive which is registered as   
<@link_to ... | 
class  | 
MessageTag
The message tag is designed to display messages in view templates. 
 | 
class  | 
SelectTag
Select tag is to generate the <select> HTML tag based on data passed in dynamically into a view. 
 | 
class  | 
YieldTag  | 
Copyright © 2020 JavaLite. All rights reserved.