@Label(value="MultipartConfig") public interface MultipartConfigDescriptor extends WebDescriptor
Modifier and Type | Method and Description |
---|---|
Long |
getFileSizeThreshold() |
String |
getLocation() |
Long |
getMaxFileSize() |
Long |
getMaxRequestSize() |
void |
setFileSizeThreshold(Long fileSizeThreshold) |
void |
setLocation(String location) |
void |
setMaxFileSize(Long maxFileSize) |
void |
setMaxRequestSize(Long maxRequestSize) |
Long getFileSizeThreshold()
void setFileSizeThreshold(Long fileSizeThreshold)
String getLocation()
void setLocation(String location)
Long getMaxFileSize()
void setMaxFileSize(Long maxFileSize)
Long getMaxRequestSize()
void setMaxRequestSize(Long maxRequestSize)
Copyright © 2016 buschmais GbR. All rights reserved.