org.apache.tapestry.portlet.multipart
Interface PortletMultipartDecoder

All Superinterfaces:
MultipartDecoder
All Known Implementing Classes:
PortletMultipartDecoderImpl

public interface PortletMultipartDecoder
extends MultipartDecoder

Author:
Raphael Jean

Method Summary
 javax.portlet.ActionRequest decode(javax.portlet.ActionRequest request)
          Decodes the request, returning a new ActionRequest 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

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



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