Class MultipartFormDataHandler

java.lang.Object
org.apache.struts2.rest.handler.MultipartFormDataHandler
All Implemented Interfaces:
ContentTypeHandler

public class MultipartFormDataHandler extends Object implements ContentTypeHandler
Handles the default content type for requests that originate from a browser's HTML form with a file upload and multipart/from-data encoding content-type: multipart/form-data This handler is intended for requests only, not for responses
See Also: