| java.lang.Object org.apache.cocoon.servlet.multipart.RequestFactory
RequestFactory | public class RequestFactory (Code) | | This is the interface of Request Wrapper in Cocoon.
author: Davanum Srinivas version: CVS $Id: RequestFactory.java 433543 2006-08-22 06:22:54Z crossley $ |
Constructor Summary | |
public | RequestFactory(boolean saveUploadedFilesToDisk, File uploadDirectory, boolean allowOverwrite, boolean silentlyRename, int maxUploadSize, String defaultCharEncoding) |
Method Summary | |
public HttpServletRequest | getServletRequest(HttpServletRequest 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. |
RequestFactory | public RequestFactory(boolean saveUploadedFilesToDisk, File uploadDirectory, boolean allowOverwrite, boolean silentlyRename, int maxUploadSize, String defaultCharEncoding)(Code) | | |
|
|