Uses of Interface
org.apache.struts.upload.MultipartRequestHandler
Package
Description
The action package is the core of the struts framework,
providing the "Controller" aspect of a MVC model.
The upload package facilities to upload files using
multi-part requests.
-
Uses of MultipartRequestHandler in org.apache.struts.action
Modifier and TypeFieldDescriptionprotected MultipartRequestHandler
ActionForm.multipartRequestHandler
The MultipartRequestHandler for this form, can benull
.Modifier and TypeMethodDescriptionActionForm.getMultipartRequestHandler()
Return theMultipartRequestHandler
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 thefinish
and/orrollback
methods ofMultipartRequestHandler
.Modifier and TypeMethodDescriptionvoid
ActionForm.setMultipartRequestHandler
(MultipartRequestHandler multipartRequestHandler) Set the Handler provided for use in dealing with file uploads.void
ActionServletWrapper.setServletFor
(MultipartRequestHandler object) Set servlet to aMultipartRequestHandler
. -
Uses of MultipartRequestHandler in org.apache.struts.upload
Modifier and TypeClassDescriptionclass
This class implements theMultipartRequestHandler
interface by providing a wrapper around the Jakarta Commons FileUpload library.