org.apache.tapestry.portlet.multipart
Class PortletMultipartDecoderImpl

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

public class PortletMultipartDecoderImpl
extends org.apache.tapestry.multipart.AbstractMultipartDecoder
implements PortletMultipartDecoder

Author:
Raphael Jean

Field Summary
protected  long _sizeMax
           
protected  boolean _sizeMaxSet
           
 
Fields inherited from class org.apache.tapestry.multipart.AbstractMultipartDecoder
_encoding, _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).
 boolean isMaxSizeSet()
          {@inheritDoc}
 void setSizeMax(long sizeMax)
          {@inheritDoc}
 
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
 

Field Detail

_sizeMax

protected long _sizeMax

_sizeMaxSet

protected boolean _sizeMaxSet
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

setSizeMax

public void setSizeMax(long sizeMax)
{@inheritDoc}


isMaxSizeSet

public boolean isMaxSizeSet()
{@inheritDoc}