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- 
getLocation
- 
setLocation
- 
getMaxFileSize
- 
setMaxFileSize
- 
getMaxRequestSize
- 
setMaxRequestSize
- 
getFileSizeThreshold
- 
setFileSizeThreshold
- 
hashCode
- 
equals
 
-