Frames | No Frames |
Classes implementing org.apache.struts.upload.MultipartRequestHandler | |
class | This class implements the MultipartRequestHandler interface
by providing a wrapper around the Jakarta Commons FileUpload library. |
class | This is a MultipartRequestHandler that writes file data directly to
to temporary files on disk. |
Fields of type org.apache.struts.upload.MultipartRequestHandler | |
MultipartRequestHandler | The MultipartRequestHandler for this form, can be
null . |
Methods with parameter type org.apache.struts.upload.MultipartRequestHandler | |
void | Set the Handler provides to use in dealing with file uploads. |
void | Set servlet to a MultipartRequestHandler . |
Methods with return type org.apache.struts.upload.MultipartRequestHandler | |
MultipartRequestHandler | Return the MultipartRequestHandler for this form
The reasoning behind this is to give form bean developers
control over the lifecycle of their multipart requests
through the use of the finish and/or rollback
methods of MultipartRequestHandler . |
Methods with parameter type org.apache.struts.upload.MultipartRequestHandler | |
Map | RequestUtils.getAllParametersForMultipartRequest(HttpServletRequest request, MultipartRequestHandler multipartHandler) Create a Map containing all of the parameters supplied for a multipart
request, keyed by parameter name. |
Methods with return type org.apache.struts.upload.MultipartRequestHandler | |
MultipartRequestHandler | RequestUtils.getMultipartHandler(HttpServletRequest request) Try to locate a multipart request handler for this request. |