Uses of Class
jakarta.servlet.MultipartConfigElement
Packages that use MultipartConfigElement
Package
Description
The jakarta.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.
-
Uses of MultipartConfigElement in io.undertow.servlet
Methods in io.undertow.servlet that return MultipartConfigElementModifier and TypeMethodDescriptionstatic MultipartConfigElementServlets.multipartConfig(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold) Creates a new multipart config element -
Uses of MultipartConfigElement in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return MultipartConfigElementModifier and TypeMethodDescriptionDeploymentInfo.getDefaultMultipartConfig()ServletInfo.getMultipartConfig()Methods in io.undertow.servlet.api with parameters of type MultipartConfigElementModifier and TypeMethodDescriptionDeploymentInfo.setDefaultMultipartConfig(MultipartConfigElement defaultMultipartConfig) ServletInfo.setMultipartConfig(MultipartConfigElement multipartConfig) -
Uses of MultipartConfigElement in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return MultipartConfigElement -
Uses of MultipartConfigElement in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec with parameters of type MultipartConfigElementModifier and TypeMethodDescriptionvoidServletRegistrationImpl.setMultipartConfig(MultipartConfigElement multipartConfig) Constructors in io.undertow.servlet.spec with parameters of type MultipartConfigElementModifierConstructorDescriptionPartImpl(String name, FormData.FormValue formValue, MultipartConfigElement config, ServletContextImpl servletContext, HttpServletRequestImpl servletRequest) -
Uses of MultipartConfigElement in jakarta.servlet
Methods in jakarta.servlet with parameters of type MultipartConfigElementModifier and TypeMethodDescriptionvoidServletRegistration.Dynamic.setMultipartConfig(MultipartConfigElement multipartConfig) Sets theMultipartConfigElementto be applied to the mappings defined for thisServletRegistration.