public class PortletMultipartDecoderImpl extends org.apache.tapestry.multipart.AbstractMultipartDecoder implements PortletMultipartDecoder
| Modifier and Type | Field and Description |
|---|---|
protected long |
_sizeMax |
protected boolean |
_sizeMaxSet |
| Constructor and Description |
|---|
PortletMultipartDecoderImpl() |
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
setSizeMax(long sizeMax) |
buildParameterMap, cleanup, getFileUpload, processFileItemsprotected long _sizeMax
protected boolean _sizeMaxSet
public PortletMultipartDecoderImpl()
public javax.portlet.ActionRequest decode(javax.portlet.ActionRequest request)
PortletMultipartDecoderActionRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files).decode in interface PortletMultipartDecoderpublic void setSizeMax(long sizeMax)
public boolean isMaxSizeSet()