getServletRequest(javax.portlet.ActionRequest request)
If the request includes a "multipart/form-data", then wrap it with
methods that allow easier connection to those objects since the servlet
API doesn't provide those methods directly.
public RequestFactory(boolean saveUploadedFilesToDisk,
File uploadDirectory,
boolean allowOverwrite,
boolean silentlyRename,
int maxUploadSize,
String defaultCharEncoding)
Method Detail
getServletRequest
public javax.portlet.ActionRequest getServletRequest(javax.portlet.ActionRequest request)
throws IOException,
MultipartException
If the request includes a "multipart/form-data", then wrap it with
methods that allow easier connection to those objects since the servlet
API doesn't provide those methods directly.