Uses of Class
javax.servlet.MultipartConfigElement
-
Packages that use MultipartConfigElement Package Description javax.servlet -
-
Uses of MultipartConfigElement in javax.servlet
Methods in javax.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.
-