Class MultipartDef
- java.lang.Object
- 
- org.apache.tomcat.util.descriptor.web.MultipartDef
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class MultipartDef extends java.lang.Object implements java.io.SerializableRepresentation of a the multipart configuration for a servlet.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description MultipartDef()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetFileSizeThreshold()java.lang.StringgetLocation()java.lang.StringgetMaxFileSize()java.lang.StringgetMaxRequestSize()inthashCode()voidsetFileSizeThreshold(java.lang.String fileSizeThreshold)voidsetLocation(java.lang.String location)voidsetMaxFileSize(java.lang.String maxFileSize)voidsetMaxRequestSize(java.lang.String maxRequestSize)
 
- 
- 
- 
Method Detail- 
getLocationpublic java.lang.String getLocation() 
 - 
setLocationpublic void setLocation(java.lang.String location) 
 - 
getMaxFileSizepublic java.lang.String getMaxFileSize() 
 - 
setMaxFileSizepublic void setMaxFileSize(java.lang.String maxFileSize) 
 - 
getMaxRequestSizepublic java.lang.String getMaxRequestSize() 
 - 
setMaxRequestSizepublic void setMaxRequestSize(java.lang.String maxRequestSize) 
 - 
getFileSizeThresholdpublic java.lang.String getFileSizeThreshold() 
 - 
setFileSizeThresholdpublic void setFileSizeThreshold(java.lang.String fileSizeThreshold) 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-