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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setFileSizeThreshold
(String fileSizeThreshold) void
setLocation
(String location) void
setMaxFileSize
(String maxFileSize) void
setMaxRequestSize
(String maxRequestSize)
-
Constructor Details
-
MultipartDef
public MultipartDef()
-
-
Method Details
-
getLocation
-
setLocation
-
getMaxFileSize
-
setMaxFileSize
-
getMaxRequestSize
-
setMaxRequestSize
-
getFileSizeThreshold
-
setFileSizeThreshold
-
hashCode
-
equals
-