Uses of Class
jakarta.servlet.MultipartConfigElement
-
Packages that use MultipartConfigElement Package Description io.undertow.servlet io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.spec jakarta.servlet 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 MultipartConfigElement Modifier and Type Method Description static 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 MultipartConfigElement Modifier and Type Method Description MultipartConfigElementDeploymentInfo. getDefaultMultipartConfig()MultipartConfigElementServletInfo. getMultipartConfig()Methods in io.undertow.servlet.api with parameters of type MultipartConfigElement Modifier and Type Method Description DeploymentInfoDeploymentInfo. setDefaultMultipartConfig(MultipartConfigElement defaultMultipartConfig)ServletInfoServletInfo. setMultipartConfig(MultipartConfigElement multipartConfig) -
Uses of MultipartConfigElement in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return MultipartConfigElement Modifier and Type Method Description MultipartConfigElementManagedServlet. getMultipartConfig() -
Uses of MultipartConfigElement in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec with parameters of type MultipartConfigElement Modifier and Type Method Description voidServletRegistrationImpl. setMultipartConfig(MultipartConfigElement multipartConfig)Constructors in io.undertow.servlet.spec with parameters of type MultipartConfigElement Constructor Description PartImpl(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 MultipartConfigElement Modifier and Type Method Description voidServletRegistration.Dynamic. setMultipartConfig(MultipartConfigElement multipartConfig)Sets theMultipartConfigElementto be applied to the mappings defined for thisServletRegistration.
-