Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webcommon30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
MultipartConfigType<T> |
MultipartConfigType.fileSizeThreshold(Integer fileSizeThreshold)
Sets the
file-size-threshold element |
MultipartConfigType<ServletType<T>> |
ServletType.getOrCreateMultipartConfig()
If not already created, a new
multipart-config element with the given value will be created. |
MultipartConfigType<T> |
MultipartConfigType.location(String location)
Sets the
location element |
MultipartConfigType<T> |
MultipartConfigType.maxFileSize(Long maxFileSize)
Sets the
max-file-size element |
MultipartConfigType<T> |
MultipartConfigType.maxRequestSize(Long maxRequestSize)
Sets the
max-request-size element |
MultipartConfigType<T> |
MultipartConfigType.removeFileSizeThreshold()
Removes the
file-size-threshold element |
MultipartConfigType<T> |
MultipartConfigType.removeLocation()
Removes the
location element |
MultipartConfigType<T> |
MultipartConfigType.removeMaxFileSize()
Removes the
max-file-size element |
MultipartConfigType<T> |
MultipartConfigType.removeMaxRequestSize()
Removes the
max-request-size element |
Copyright © 2018 JBoss by Red Hat. All rights reserved.