| Package | Description |
|---|---|
| com.sun.java.xml.ns.javaee |
| Modifier and Type | Field and Description |
|---|---|
protected MultipartConfigType |
ServletType.multipartConfig |
| Modifier and Type | Method and Description |
|---|---|
MultipartConfigType |
ObjectFactory.createMultipartConfigType()
Create an instance of
MultipartConfigType |
MultipartConfigType |
ServletType.getMultipartConfig()
Gets the value of the multipartConfig property.
|
MultipartConfigType |
MultipartConfigType.withFileSizeThreshold(BigInteger value) |
MultipartConfigType |
MultipartConfigType.withLocation(String value) |
MultipartConfigType |
MultipartConfigType.withMaxFileSize(Long value) |
MultipartConfigType |
MultipartConfigType.withMaxRequestSize(Long value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletType.setMultipartConfig(MultipartConfigType value)
Sets the value of the multipartConfig property.
|
ServletType |
ServletType.withMultipartConfig(MultipartConfigType value) |
Copyright © 2019. All rights reserved.