|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultipartConfigType
A representation of the model object 'Multipart Config Type'. This element specifies configuration information related to the handling of multipart/form-data requests.
The following features are supported:
Webapp30Package.getMultipartConfigType()
Method Summary | |
---|---|
java.math.BigInteger |
getFileSizeThreshold()
Returns the value of the 'File Size Threshold' attribute. |
String |
getLocation()
Returns the value of the 'Location' containment reference. |
long |
getMaxFileSize()
Returns the value of the 'Max File Size' attribute. |
long |
getMaxRequestSize()
Returns the value of the 'Max Request Size' attribute. |
boolean |
isSetMaxFileSize()
Returns whether the value of the ' Max File Size ' attribute is set. |
boolean |
isSetMaxRequestSize()
Returns whether the value of the ' Max Request Size ' attribute is set. |
void |
setFileSizeThreshold(java.math.BigInteger value)
Sets the value of the ' File Size Threshold ' attribute. |
void |
setLocation(String value)
Sets the value of the ' Location ' containment reference. |
void |
setMaxFileSize(long value)
Sets the value of the ' Max File Size ' attribute. |
void |
setMaxRequestSize(long value)
Sets the value of the ' Max Request Size ' attribute. |
void |
unsetMaxFileSize()
Unsets the value of the ' Max File Size ' attribute. |
void |
unsetMaxRequestSize()
Unsets the value of the ' Max Request Size ' attribute. |
Method Detail |
---|
String getLocation()
setLocation(org.eclipse.modisco.jee.webapp.webapp30.String)
,
Webapp30Package.getMultipartConfigType_Location()
void setLocation(String value)
Location
' containment reference.
value
- the new value of the 'Location' containment reference.getLocation()
long getMaxFileSize()
isSetMaxFileSize()
,
unsetMaxFileSize()
,
setMaxFileSize(long)
,
Webapp30Package.getMultipartConfigType_MaxFileSize()
void setMaxFileSize(long value)
Max File Size
' attribute.
value
- the new value of the 'Max File Size' attribute.isSetMaxFileSize()
,
unsetMaxFileSize()
,
getMaxFileSize()
void unsetMaxFileSize()
Max File Size
' attribute.
isSetMaxFileSize()
,
getMaxFileSize()
,
setMaxFileSize(long)
boolean isSetMaxFileSize()
Max File Size
' attribute is set.
unsetMaxFileSize()
,
getMaxFileSize()
,
setMaxFileSize(long)
long getMaxRequestSize()
isSetMaxRequestSize()
,
unsetMaxRequestSize()
,
setMaxRequestSize(long)
,
Webapp30Package.getMultipartConfigType_MaxRequestSize()
void setMaxRequestSize(long value)
Max Request Size
' attribute.
value
- the new value of the 'Max Request Size' attribute.isSetMaxRequestSize()
,
unsetMaxRequestSize()
,
getMaxRequestSize()
void unsetMaxRequestSize()
Max Request Size
' attribute.
isSetMaxRequestSize()
,
getMaxRequestSize()
,
setMaxRequestSize(long)
boolean isSetMaxRequestSize()
Max Request Size
' attribute is set.
unsetMaxRequestSize()
,
getMaxRequestSize()
,
setMaxRequestSize(long)
java.math.BigInteger getFileSizeThreshold()
setFileSizeThreshold(BigInteger)
,
Webapp30Package.getMultipartConfigType_FileSizeThreshold()
void setFileSizeThreshold(java.math.BigInteger value)
File Size Threshold
' attribute.
value
- the new value of the 'File Size Threshold' attribute.getFileSizeThreshold()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |