public class ExtendedFailedServletDTO
extends FailedServletDTO
| Modifier and Type | Field and Description |
|---|---|
boolean |
multipartEnabled
Specifies whether multipart support is enabled.
|
int |
multipartFileSizeThreshold
Specifies the size threshold after which the file will be written to disk.
|
java.lang.String |
multipartLocation
Specifies the location where the files can be stored on disk.
|
long |
multipartMaxFileSize
Specifies the maximum size of a file being uploaded.
|
long |
multipartMaxRequestSize
Specifies the maximum request size.
|
| Constructor and Description |
|---|
ExtendedFailedServletDTO() |
public boolean multipartEnabled
public int multipartFileSizeThreshold
public java.lang.String multipartLocation
public long multipartMaxFileSize
public long multipartMaxRequestSize