Package org.apache.tapestry.request

Deals with upload form data.

See:
          Description

Interface Summary
IRequestDecoder Given a HttpServletRequest, identifies the correct request properties (server, scheme, URI and port).
IUploadFile Represents a file uploaded from a client side form.
 

Class Summary
DecodedRequest Contains properties of an HttpServletRequestthat have been extracted from the request (or otherwise determined).
DecodedRequestInjector Checks to see if a IRequestDecoderhas been provided as an application extension, and (if so), creates a new HttpServletRequest wrapper around the decoded request.
DecodedRequestWrapper A wrapper that uses a DecodedRequestto override default values for several HttpServletRequest properties.
 

Package org.apache.tapestry.request Description

Deals with upload form data.

Author:
Howard Lewis Ship hlship@apache.org


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.