|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.multipart.AbstractMultipartDecoder
org.apache.tapestry.portlet.multipart.PortletMultipartDecoderImpl
public class PortletMultipartDecoderImpl
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()
|
void |
setSizeMax(long sizeMax)
|
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 |
---|
protected long _sizeMax
protected boolean _sizeMaxSet
Constructor Detail |
---|
public PortletMultipartDecoderImpl()
Method Detail |
---|
public javax.portlet.ActionRequest decode(javax.portlet.ActionRequest request)
PortletMultipartDecoder
ActionRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files).
decode
in interface PortletMultipartDecoder
public void setSizeMax(long sizeMax)
public boolean isMaxSizeSet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |