Package org.javalite.activeweb
package org.javalite.activeweb
ActiveWeb - the agile java framework
-
InterfaceDescriptionIndicates a service in Guice can be destroyed when the application shuts down.Provides access to request values.
-
ClassDescriptionThis class is to be sub-classed by the application level class called
app.config.AppControllerConfig
.This class is designed to be sub-classed by an application level class calledapp.config.DbConfig
.Instance of this class can hold application-specific objects for duration of application life span.Subclass this class to create application controllers.Bootstraps entire application, including AppControllerConfig class, which sets up all filters exactly as at run time.This is an abstract class designed to be overridden in the application.This is a simple captcha class, use it to generate a random string and then to create an image of it.Exists only to make code less spaghetti-like.Supports DSL for specifying connection parameters for various environments and modes.Super class for controller tests.Responsible for generating tokens for CSRF protection support.Super class for controllers requiring a DB connection to the test DB.Use this as a super class for integration tests that requires a DB connection to the test DB.Used by test classes as a helper to open/close DB connection, start and rollback transactions.Created By User: evan Date: 4/30/13Wraps multiple HTTP methods for a single endpoint.This class is to encapsulate an HTTP method (GET, POST, DELETE, etc.) and its corresponding API docs if any.Convenience class for use in tests.Represents an form item from a multi-part form.Created by igor on 4/29/14.Use this as a super class for integration tests that do not require a DB connection.Class is used in DSL for building a fake request for a controller to be tested.This class is used internally by the framework.This class is not used directly in applications.Instance of this class will contain routing information discovered dynamically on a request.Instance of this class represents a single custom route configured in the RouteConfig class of the application.Responsible for looking at a URI and creating a route to controller if one is found.This class exists to aggregate some common functions that are used by ActiveWeb as well as the Ope API plugin.Facade to HTTP session.Class exists for toString() method.This class is not used directly in applications.This is a spec used to test templates and custom tags. -
ExceptionDescriptionThrown in cases when a controller has multiple overloaded action methods.