Uses of Interface
org.apache.struts.upload.MultipartRequestHandler

Packages that use MultipartRequestHandler
org.apache.struts.action The action package is the core of the struts framework, providing the "Controller" aspect of a MVC model. 
org.apache.struts.mock Mock objects of the Struts Framework. 
org.apache.struts.upload 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 MultipartRequestHandler
protected  MultipartRequestHandler ActionForm.multipartRequestHandler
          The MultipartRequestHandler for this form, can be null.
 

Methods in org.apache.struts.action that return MultipartRequestHandler
 MultipartRequestHandler ActionForm.getMultipartRequestHandler()
          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 in org.apache.struts.action with parameters of type MultipartRequestHandler
 void ActionForm.setMultipartRequestHandler(MultipartRequestHandler multipartRequestHandler)
          Set the Handler provided for use in dealing with file uploads.
 void ActionServletWrapper.setServletFor(MultipartRequestHandler object)
          Set servlet to a MultipartRequestHandler.
 

Uses of MultipartRequestHandler in org.apache.struts.mock
 

Classes in org.apache.struts.mock that implement MultipartRequestHandler
 class MockMultipartRequestHandler
          Mock MultipartRequestHandler object for unit tests.
 

Uses of MultipartRequestHandler in org.apache.struts.upload
 

Classes in org.apache.struts.upload that implement MultipartRequestHandler
 class CommonsMultipartRequestHandler
           This class implements the MultipartRequestHandler interface by providing a wrapper around the Jakarta Commons FileUpload library.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.