Package org.jlf.httpRequest

This package is used to automate the processing of HTTP Get/Post requests by mapping input data from forms into data mapped objects.

See:
          Description

Class Summary
AbstractProcessor This class is an abstract servlet used to automate the processing of HTTP Get/Post requests by mapping input data from forms into data mapped objects.
HTTPRequestDataLocation This class is used to house data mapping properties for an HTTP request.
HTTPRequestDataMapper This class is used to map HTTP post requests to data mapped objects.
HttpRequestLog HttpRequestLog wraps the Log class to log all httpRequest framework related events.
Workflow This class serves as the key class in the httpRequest processing framework to extend when creating specific request processing workflows and work steps.
WorkflowProperties This class is used to obtain properties for a particular workflow.
 

Exception Summary
HttpRequestProcessorError This class is to be used for throwing data mapping related exceptions.
 

Package org.jlf.httpRequest Description

This package is used to automate the processing of HTTP Get/Post requests by mapping input data from forms into data mapped objects.