Package org.jboss.metadata.web.spec
Class MultipartConfigMetaData
- java.lang.Object
-
- org.jboss.metadata.javaee.support.IdMetaDataImpl
-
- org.jboss.metadata.web.spec.MultipartConfigMetaData
-
- All Implemented Interfaces:
Serializable,Cloneable,IdMetaData
public class MultipartConfigMetaData extends IdMetaDataImpl
web-app/servlet/multipart-config- Version:
- $Revision: 83549 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipartConfigMetaData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFileSizeThreshold()booleangetFileSizeThresholdSet()StringgetLocation()longgetMaxFileSize()booleangetMaxFileSizeSet()longgetMaxRequestSize()booleangetMaxRequestSizeSet()voidsetFileSizeThreshold(int fileSizeThreshold)voidsetLocation(String location)voidsetMaxFileSize(long maxFileSize)voidsetMaxRequestSize(long maxRequestSize)
-
-
-
Method Detail
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getMaxFileSize
public long getMaxFileSize()
-
setMaxFileSize
public void setMaxFileSize(long maxFileSize)
-
getMaxRequestSize
public long getMaxRequestSize()
-
setMaxRequestSize
public void setMaxRequestSize(long maxRequestSize)
-
getFileSizeThreshold
public int getFileSizeThreshold()
-
setFileSizeThreshold
public void setFileSizeThreshold(int fileSizeThreshold)
-
getMaxFileSizeSet
public boolean getMaxFileSizeSet()
-
getMaxRequestSizeSet
public boolean getMaxRequestSizeSet()
-
getFileSizeThresholdSet
public boolean getFileSizeThresholdSet()
-
-