public class Multipart extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
fileSizeThreshold |
protected String |
location |
protected long |
maxFileSize |
protected long |
maxRequestSize |
Constructor and Description |
---|
Multipart() |
Modifier and Type | Method and Description |
---|---|
int |
getFileSizeThreshold() |
String |
getLocation() |
long |
getMaxFileSize() |
long |
getMaxRequestSize() |
void |
setFileSizeThreshold(int fileSizeThreshold) |
void |
setLocation(String location) |
void |
setMaxFileSize(long maxFileSize) |
void |
setMaxRequestSize(long maxRequestSize) |
protected String location
protected long maxFileSize
protected long maxRequestSize
protected int fileSizeThreshold
public String getLocation()
public void setLocation(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)
Copyright © 2015 JBoss by Red Hat. All rights reserved.