org.apache.catalina.deploy
Class MultipartDef
java.lang.Object
org.apache.catalina.deploy.MultipartDef
- All Implemented Interfaces:
- Serializable
public class MultipartDef
- extends Object
- implements Serializable
Representation of a the multipart configuration for a servlet.
- See Also:
- Serialized Form
MultipartDef
public MultipartDef()
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getMaxFileSize
public String getMaxFileSize()
setMaxFileSize
public void setMaxFileSize(String maxFileSize)
getMaxRequestSize
public String getMaxRequestSize()
setMaxRequestSize
public void setMaxRequestSize(String maxRequestSize)
getFileSizeThreshold
public String getFileSizeThreshold()
setFileSizeThreshold
public void setFileSizeThreshold(String fileSizeThreshold)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.