org.apache.catalina.deploy
Class Multipart
java.lang.Object
org.apache.catalina.deploy.Multipart
- All Implemented Interfaces:
- java.io.Serializable
public class Multipart
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
location
protected java.lang.String location
maxFileSize
protected long maxFileSize
maxRequestSize
protected long maxRequestSize
fileSizeThreshold
protected int fileSizeThreshold
Multipart
public Multipart()
getLocation
public java.lang.String getLocation()
setLocation
public void setLocation(java.lang.String location)
getMaxFileSize
public long getMaxFileSize()
setMaxFileSize
public void setMaxFileSize(long maxFileSize)
getMaxRequestSize
public long getMaxRequestSize()
setMaxRequestSize
public void setMaxRequestSize(long maxRequestSize)
getFileSizeThreshold
public int getFileSizeThreshold()
setFileSizeThreshold
public void setFileSizeThreshold(int fileSizeThreshold)
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.