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 void
ServletRegistration.Dynamic. setMultipartConfig(MultipartConfigElement multipartConfig)
Sets theMultipartConfigElement
to be applied to the mappings defined for thisServletRegistration
.
-