Package | Description |
---|---|
app.controllers | |
org.javalite.activeweb | |
org.javalite.activeweb.controller_filters | |
org.javalite.activeweb.controllers |
Modifier and Type | Class and Description |
---|---|
class |
SimpleController |
Modifier and Type | Class and Description |
---|---|
class |
AppController
Subclass this class to create application controllers.
|
class |
GWTAppController
This class was adapted for ActiveWeb from com.google.gwt.user.server.rpc.RemoteServiceServlet (GWT SDK 2.2.0)
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLoggingFilter |
class |
HeadersLogFilter
Use this filter to log HTTP request (and response) headers to a log system.
|
class |
HttpSupportFilter
This class is to be overridden by those filters that are to produce/override responses generated by controller.
|
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.
|
class |
TimingFilter
This is a simple filter which logs time it took to process a controller.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLesscController
Subclass will compile and serve CSS from LESS files.
|
Copyright © 2016. All rights reserved.