Package com.ibm.ws.javaee.dd.web.common
Interface MultipartConfig
public interface MultipartConfig
-
Method Summary
Modifier and TypeMethodDescriptionint
long
long
boolean
boolean
boolean
-
Method Details
-
getLocation
String getLocation()- Returns:
- <location>, or null if unspecified
-
isSetMaxFileSize
boolean isSetMaxFileSize()- Returns:
- true if <max-file-size> is specified
- See Also:
-
getMaxFileSize
long getMaxFileSize()- Returns:
- <max-file-size> if specified
- See Also:
-
isSetMaxRequestSize
boolean isSetMaxRequestSize()- Returns:
- true if <max-request-size> is specified
- See Also:
-
getMaxRequestSize
long getMaxRequestSize()- Returns:
- <max-request-size> if specified
- See Also:
-
isSetFileSizeThreshold
boolean isSetFileSizeThreshold()- Returns:
- true if <file-size-threshold> is specified
- See Also:
-
getFileSizeThreshold
int getFileSizeThreshold()- Returns:
- <file-size-threshold> if specified
- See Also:
-