Uses of Interface
org.apache.struts.upload.MultipartRequestHandler
Packages that use 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
Fields in org.apache.struts.action declared as MultipartRequestHandlerModifier and TypeFieldDescriptionprotected MultipartRequestHandler
ActionForm.multipartRequestHandler
The MultipartRequestHandler for this form, can benull
.Methods in org.apache.struts.action that return MultipartRequestHandlerModifier 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
.Methods in org.apache.struts.action with parameters of type MultipartRequestHandlerModifier 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
Classes in org.apache.struts.upload that implement MultipartRequestHandlerModifier and TypeClassDescriptionclass
This class implements theMultipartRequestHandler
interface by providing a wrapper around the Jakarta Commons FileUpload library.