Package javax.servlet
Class MultipartConfigElement
java.lang.Object
javax.servlet.MultipartConfigElement
- Since:
- Servlet 3.0 TODO SERVLET3 - Add comments
-
Constructor Summary
ConstructorsConstructorDescriptionMultipartConfigElement
(String location) MultipartConfigElement
(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold) MultipartConfigElement
(MultipartConfig annotation) -
Method Summary
Modifier and TypeMethodDescriptionint
long
long
-
Constructor Details
-
MultipartConfigElement
-
MultipartConfigElement
public MultipartConfigElement(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold) -
MultipartConfigElement
-
-
Method Details
-
getLocation
-
getMaxFileSize
public long getMaxFileSize() -
getMaxRequestSize
public long getMaxRequestSize() -
getFileSizeThreshold
public int getFileSizeThreshold()
-