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