java.io.Serializable, IdMetaDatapublic class MultipartConfigMetaData extends IdMetaDataImpl
| Constructor | Description |
|---|---|
MultipartConfigMetaData() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getFileSizeThreshold() |
|
boolean |
getFileSizeThresholdSet() |
|
java.lang.String |
getLocation() |
|
long |
getMaxFileSize() |
|
boolean |
getMaxFileSizeSet() |
|
long |
getMaxRequestSize() |
|
boolean |
getMaxRequestSizeSet() |
|
void |
setFileSizeThreshold(int fileSizeThreshold) |
|
void |
setLocation(java.lang.String location) |
|
void |
setMaxFileSize(long maxFileSize) |
|
void |
setMaxRequestSize(long maxRequestSize) |
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)
public boolean getMaxFileSizeSet()
public boolean getMaxRequestSizeSet()
public boolean getFileSizeThresholdSet()
Copyright © 2018 JBoss by Red Hat. All rights reserved.