
public interface MultipartConfigType<T> extends Child<T>
multipart-configType xsd type| Modifier and Type | Method and Description |
|---|---|
MultipartConfigType<T> |
fileSizeThreshold(Integer fileSizeThreshold)
Sets the
file-size-threshold element |
Integer |
getFileSizeThreshold()
Returns the
file-size-threshold element |
String |
getLocation()
Returns the
location element |
Long |
getMaxFileSize()
Returns the
max-file-size element |
Long |
getMaxRequestSize()
Returns the
max-request-size element |
MultipartConfigType<T> |
location(String location)
Sets the
location element |
MultipartConfigType<T> |
maxFileSize(Long maxFileSize)
Sets the
max-file-size element |
MultipartConfigType<T> |
maxRequestSize(Long maxRequestSize)
Sets the
max-request-size element |
MultipartConfigType<T> |
removeFileSizeThreshold()
Removes the
file-size-threshold element |
MultipartConfigType<T> |
removeLocation()
Removes the
location element |
MultipartConfigType<T> |
removeMaxFileSize()
Removes the
max-file-size element |
MultipartConfigType<T> |
removeMaxRequestSize()
Removes the
max-request-size element |
MultipartConfigType<T> location(String location)
location elementlocation - the value for the element locationMultipartConfigTypeString getLocation()
location elementlocationMultipartConfigType<T> removeLocation()
location elementMultipartConfigTypeMultipartConfigType<T> maxFileSize(Long maxFileSize)
max-file-size elementmaxFileSize - the value for the element max-file-sizeMultipartConfigTypeLong getMaxFileSize()
max-file-size elementmax-file-sizeMultipartConfigType<T> removeMaxFileSize()
max-file-size elementMultipartConfigTypeMultipartConfigType<T> maxRequestSize(Long maxRequestSize)
max-request-size elementmaxRequestSize - the value for the element max-request-sizeMultipartConfigTypeLong getMaxRequestSize()
max-request-size elementmax-request-sizeMultipartConfigType<T> removeMaxRequestSize()
max-request-size elementMultipartConfigTypeMultipartConfigType<T> fileSizeThreshold(Integer fileSizeThreshold)
file-size-threshold elementfileSizeThreshold - the value for the element file-size-thresholdMultipartConfigTypeInteger getFileSizeThreshold()
file-size-threshold elementfile-size-thresholdMultipartConfigType<T> removeFileSizeThreshold()
file-size-threshold elementMultipartConfigTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.