Class MultipartDef
java.lang.Object
org.apache.tomcat.util.descriptor.web.MultipartDef
- All Implemented Interfaces:
- Serializable
Representation of a the multipart configuration for a servlet.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()voidsetFileSizeThreshold(String fileSizeThreshold) voidsetLocation(String location) voidsetMaxFileSize(String maxFileSize) voidsetMaxRequestSize(String maxRequestSize) 
- 
Constructor Details- 
MultipartDefpublic MultipartDef()
 
- 
- 
Method Details