public interface PortletMultipartDecoder extends org.apache.tapestry.multipart.MultipartDecoder
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). |
javax.portlet.ActionRequest decode(javax.portlet.ActionRequest request)
ActionRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files).