| Class | Description |
|---|---|
| AbstractControllerConfig |
This class is to be sub-classed by the application level class called
app.config.AppControllerConfig. |
| AbstractDBConfig |
This class is designed to be sub-classed by an application level class called
app.config.DbConfig. |
| AbstractRouteConfig | |
| AppConfig | |
| AppContext |
Instance of this class can hold application-specific objects for duration of application life span.
|
| AppController |
Subclass this class to create application controllers.
|
| Bootstrap |
This is an abstract class designed to be overridden in the application.
|
| Captcha |
This is a simple captcha class, use it to generate a random string and then to create an image of it.
|
| Configuration | |
| ConnectionBuilder |
Supports DSL for specifying connection parameters for various environments and modes.
|
| ControllerFactory | |
| Cookie | |
| DynamicClassFactory |
Created By
User: evan
Date: 4/30/13
|
| FileItem |
Convenience class for use in tests.
|
| FormItem |
Represents an form item from a multi-part form.
|
| HttpSupport | |
| IgnoreSpec |
Created by igor on 4/29/14.
|
| Messages |
This class is used to pull messages from a resource bundle called
activeweb_messages. |
| RequestContext |
Carries internal data for the duration of a request.
|
| RequestDispatcher | |
| RequestUtils |
TODO: this needs to become a default interface, once we move the project to java 8
|
| Route |
Instance of this class will contain routing information.
|
| RouteBuilder |
Instance of this class represents a single route configured in the RouteConfig class of the application.
|
| Router |
Responsible for looking at a URI and creating a route to controller if one is found.
|
| SessionFacade |
Facade to HTTP session.
|
| SimpleHash |
Class exists for toString() method.
|
| TemplateManager |
| Enum | Description |
|---|---|
| HttpMethod |
| Exception | Description |
|---|---|
| ActionNotFoundException | |
| ClassLoadException | |
| CompilationException | |
| ConfigurationException | |
| ControllerException | |
| FilterException | |
| InitException | |
| RouteException | |
| ViewException | |
| ViewMissingException | |
| WebException |
Copyright © 2016. All rights reserved.