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 MultipartRequestHandlerActionForm.multipartRequestHandlerThe MultipartRequestHandler for this form, can benull.Methods in org.apache.struts.action that return MultipartRequestHandlerModifier and TypeMethodDescriptionActionForm.getMultipartRequestHandler()Return theMultipartRequestHandlerfor this form The reasoning behind this is to give form bean developers control over the lifecycle of their multipart requests through the use of thefinishand/orrollbackmethods ofMultipartRequestHandler.Methods in org.apache.struts.action with parameters of type MultipartRequestHandlerModifier and TypeMethodDescriptionvoidActionForm.setMultipartRequestHandler(MultipartRequestHandler multipartRequestHandler) Set the Handler provided for use in dealing with file uploads.voidActionServletWrapper.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 TypeClassDescriptionclassThis class implements theMultipartRequestHandlerinterface by providing a wrapper around the Jakarta Commons FileUpload library.