com.ibm.ws.javaee.dd.web.common
Interface MultipartConfig
- public interface MultipartConfig
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFileSizeThreshold()
|
|
getLocation()
|
|
getMaxFileSize()
|
|
getMaxRequestSize()
|
|
isSetFileSizeThreshold()
|
|
isSetMaxFileSize()
|
|
isSetMaxRequestSize()
|
Method Detail
getLocation
- java.lang.String getLocation()
Returns:
<location>, or null if unspecified
isSetMaxFileSize
- boolean isSetMaxFileSize()
getMaxFileSize
- long getMaxFileSize()
isSetMaxRequestSize
- boolean isSetMaxRequestSize()
getMaxRequestSize
- long getMaxRequestSize()
isSetFileSizeThreshold
- boolean isSetFileSizeThreshold( )
getFileSizeThreshold
- int getFileSizeThreshold()