com.liferay.faces.bridge.context.map.internal
Interface MultiPartFormDataProcessor

All Known Implementing Classes:
MultiPartFormDataProcessorImpl

public interface MultiPartFormDataProcessor

Author:
Neil Griffin

Method Summary
 Map<String,List<UploadedFile>> process(javax.portlet.ClientDataRequest clientDataRequest, javax.portlet.PortletConfig portletConfig, FacesRequestParameterMap facesRequestParameterMap)
          Processes the specified client data request by populating the specified namespaced parameter map and returning a map of uploaded files.
 

Method Detail

process

Map<String,List<UploadedFile>> process(javax.portlet.ClientDataRequest clientDataRequest,
                                       javax.portlet.PortletConfig portletConfig,
                                       FacesRequestParameterMap facesRequestParameterMap)
Processes the specified client data request by populating the specified namespaced parameter map and returning a map of uploaded files. This method pre-supposes that the user agent submitted an HTML form with enctype="multipart/form-data".

Parameters:
clientDataRequest - The client data request that is to be processed.
portletConfig - The portlet configuration.
facesRequestParameterMap - The mutable namespaced paramter map that is to be populated.
Returns:
The map of uploaded files.


Copyright © 2015 Liferay, Inc.. All rights reserved.