|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.servlet.ver30.MultipartConfigType
public class MultipartConfigType
This element specifies configuration information related to the handling of multipart/form-data requests.
Java class for multipart-configType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="multipart-configType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="location" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<element name="max-file-size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="max-request-size" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="file-size-threshold" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
fileSizeThreshold
|
protected String |
location
|
protected java.lang.Long |
maxFileSize
|
protected java.lang.Long |
maxRequestSize
|
| Constructor Summary | |
|---|---|
MultipartConfigType()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getFileSizeThreshold()
Gets the value of the fileSizeThreshold property. |
String |
getLocation()
Gets the value of the location property. |
java.lang.Long |
getMaxFileSize()
Gets the value of the maxFileSize property. |
java.lang.Long |
getMaxRequestSize()
Gets the value of the maxRequestSize property. |
void |
setFileSizeThreshold(java.math.BigInteger value)
Sets the value of the fileSizeThreshold property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setMaxFileSize(java.lang.Long value)
Sets the value of the maxFileSize property. |
void |
setMaxRequestSize(java.lang.Long value)
Sets the value of the maxRequestSize property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String location
protected java.lang.Long maxFileSize
protected java.lang.Long maxRequestSize
protected java.math.BigInteger fileSizeThreshold
| Constructor Detail |
|---|
public MultipartConfigType()
| Method Detail |
|---|
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic java.lang.Long getMaxFileSize()
Longpublic void setMaxFileSize(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Long getMaxRequestSize()
Longpublic void setMaxRequestSize(java.lang.Long value)
value - allowed object is
Longpublic java.math.BigInteger getFileSizeThreshold()
BigIntegerpublic void setFileSizeThreshold(java.math.BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||