public class Multipart
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
fileSizeThreshold |
protected java.lang.String |
location |
protected long |
maxFileSize |
protected long |
maxRequestSize |
Constructor and Description |
---|
Multipart() |
Modifier and Type | Method and Description |
---|---|
int |
getFileSizeThreshold() |
java.lang.String |
getLocation() |
long |
getMaxFileSize() |
long |
getMaxRequestSize() |
void |
setFileSizeThreshold(int fileSizeThreshold) |
void |
setLocation(java.lang.String location) |
void |
setMaxFileSize(long maxFileSize) |
void |
setMaxRequestSize(long maxRequestSize) |
protected java.lang.String location
protected long maxFileSize
protected long maxRequestSize
protected int fileSizeThreshold
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public long getMaxFileSize()
public void setMaxFileSize(long maxFileSize)
public long getMaxRequestSize()
public void setMaxRequestSize(long maxRequestSize)
public int getFileSizeThreshold()
public void setFileSizeThreshold(int fileSizeThreshold)