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
MultipartConfigMetaData
public MultipartConfigMetaData()
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()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.