Package | Description |
---|---|
io.undertow.servlet | |
io.undertow.servlet.api | |
io.undertow.servlet.core | |
io.undertow.servlet.spec | |
javax.servlet |
The javax.servlet package contains a number of classes and interfaces that
describe and define the contracts between a servlet class and the
runtime environment provided for an instance of such a class by a
conforming servlet container.
|
Modifier and Type | Method and Description |
---|---|
static MultipartConfigElement |
Servlets.multipartConfig(String location,
long maxFileSize,
long maxRequestSize,
int fileSizeThreshold)
Creates a new multipart config element
|
Modifier and Type | Method and Description |
---|---|
MultipartConfigElement |
DeploymentInfo.getDefaultMultipartConfig() |
MultipartConfigElement |
ServletInfo.getMultipartConfig() |
Modifier and Type | Method and Description |
---|---|
DeploymentInfo |
DeploymentInfo.setDefaultMultipartConfig(MultipartConfigElement defaultMultipartConfig) |
ServletInfo |
ServletInfo.setMultipartConfig(MultipartConfigElement multipartConfig) |
Modifier and Type | Method and Description |
---|---|
MultipartConfigElement |
ManagedServlet.getMultipartConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ServletRegistrationImpl.setMultipartConfig(MultipartConfigElement multipartConfig) |
Constructor and Description |
---|
PartImpl(String name,
FormData.FormValue formValue,
MultipartConfigElement config,
ServletContextImpl servletContext,
HttpServletRequestImpl servletRequest) |
Modifier and Type | Method and Description |
---|---|
void |
ServletRegistration.Dynamic.setMultipartConfig(MultipartConfigElement multipartConfig)
Sets the
MultipartConfigElement to be applied to the
mappings defined for this ServletRegistration . |
Copyright © 2017 JBoss by Red Hat. All rights reserved.