org.apache.tapestry.multipart
Interface ServletMultipartDecoder

All Superinterfaces:
MultipartDecoder
All Known Implementing Classes:
MultipartDecoderImpl

public interface ServletMultipartDecoder
extends MultipartDecoder

Author:
Raphael Jean

Method Summary
 HttpServletRequest decode(HttpServletRequest request)
          Decodes the request, returning a new HttpServletRequest implementation that will allow access to the form fields submitted in the request (but omits uploaded files.
 
Methods inherited from interface org.apache.tapestry.multipart.MultipartDecoder
cleanup, getFileUpload
 

Method Detail

decode

HttpServletRequest decode(HttpServletRequest request)
Decodes the request, returning a new HttpServletRequest implementation that will allow access to the form fields submitted in the request (but omits uploaded files.

Parameters:
request - The incoming servlet request


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