JBoss Metadata Web 7.1.1.Final

org.jboss.metadata.web.spec
Class MultipartConfigMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by 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
MultipartConfigMetaData()
           
 
Method Summary
 int getFileSizeThreshold()
           
 boolean getFileSizeThresholdSet()
           
 String getLocation()
           
 long getMaxFileSize()
           
 boolean getMaxFileSizeSet()
           
 long getMaxRequestSize()
           
 boolean getMaxRequestSizeSet()
           
 void setFileSizeThreshold(int fileSizeThreshold)
           
 void setLocation(String location)
           
 void setMaxFileSize(long maxFileSize)
           
 void setMaxRequestSize(long maxRequestSize)
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartConfigMetaData

public MultipartConfigMetaData()
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()

JBoss Metadata Web 7.1.1.Final

Copyright © 2014 JBoss by Red Hat. All Rights Reserved.