Uses of Package
org.javalite.activeweb
Package
Description
ActiveWeb - the agile java framework
Controller Filters, see Controller filters
Some abstract controllers.
Freemarker Tags, see Views.
-
ClassDescriptionSubclass this class to create application controllers.Provides access to request values.
-
ClassDescriptionInstance of this class can hold application-specific objects for duration of application life span.Subclass this class to create application controllers.Exists only to make code less spaghetti-like.Supports DSL for specifying connection parameters for various environments and modes.Super class for controller tests.Wraps 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.This class is mostly used by the framework.Created by igor on 4/29/14.Use this as a super class for integration tests that do not require a DB connection.Provides access to request values.Class is used in DSL for building a fake request for a controller to be tested.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.Facade to HTTP session.This class is not used directly in applications.
-
-
ClassDescriptionSubclass this class to create application controllers.Provides access to request values.
-
-
ClassDescriptionWraps multiple HTTP methods for a single endpoint.