|
||||||||||
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 |
---|
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 |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |