org.apache.tapestry.portlet.multipart
Class PortletMultipartDecoderImpl

java.lang.Object
  extended by org.apache.tapestry.multipart.AbstractMultipartDecoder
      extended by org.apache.tapestry.portlet.multipart.PortletMultipartDecoderImpl
All Implemented Interfaces:
MultipartDecoder, PortletMultipartDecoder

public class PortletMultipartDecoderImpl
extends AbstractMultipartDecoder
implements PortletMultipartDecoder

Author:
Raphael Jean

Field Summary
 
Fields inherited from class org.apache.tapestry.multipart.AbstractMultipartDecoder
_encoding, _maxSize, _repositoryPath, _thresholdSize, _uploadParts
 
Constructor Summary
PortletMultipartDecoderImpl()
           
 
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 class org.apache.tapestry.multipart.AbstractMultipartDecoder
buildParameterMap, cleanup, getFileUpload, processFileItems
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tapestry.multipart.MultipartDecoder
cleanup, getFileUpload
 

Constructor Detail

PortletMultipartDecoderImpl

public PortletMultipartDecoderImpl()
Method Detail

decode

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

Specified by:
decode in interface PortletMultipartDecoder


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