Version 4.10.0

Package hirondelle.web4j.request

Items related to the underlying HTTP request.

See:
          Description

Interface Summary
DateConverter Convert text into a DateTime or Date object, and vice versa.
LocaleSource Return the Locale associated with a given request.
TimeZoneSource Return the TimeZone associated with a given request.
 

Class Summary
Formats Standard display formats for the application.
LocaleSourceImpl Retrieve the Locale stored in any scope under the key Controller.LOCALE.
RequestParameter Request parameter as a name and (usually) an associated regular expression.
RequestParser Abstract Base Class (ABC) for mapping a request to an Action.
RequestParserImpl Maps each HTTP request to a concrete Action.
TimeZoneSourceImpl Retrieve the TimeZone stored in any scope under the key Controller.TIME_ZONE.
 

Package hirondelle.web4j.request Description

Items related to the underlying HTTP request.

Mapping of incoming requests to an Action is done by RequestParserImpl. By default, it uses a simple mapping scheme which requires no configuration.

The main tool for building full Model Objects out of submitted forms is ModelFromRequest.


Version 4.10.0

Copyright Hirondelle Systems. Published October 19, 2013 - User Guide - All Docs.