org.apache.catalina.deploy
Class Multipart

java.lang.Object
  extended by org.apache.catalina.deploy.Multipart
All Implemented Interfaces:
java.io.Serializable

public class Multipart
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  int fileSizeThreshold
           
protected  java.lang.String location
           
protected  long maxFileSize
           
protected  long maxRequestSize
           
 
Constructor Summary
Multipart()
           
 
Method Summary
 int getFileSizeThreshold()
           
 java.lang.String getLocation()
           
 long getMaxFileSize()
           
 long getMaxRequestSize()
           
 void setFileSizeThreshold(int fileSizeThreshold)
           
 void setLocation(java.lang.String location)
           
 void setMaxFileSize(long maxFileSize)
           
 void setMaxRequestSize(long maxRequestSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected java.lang.String location

maxFileSize

protected long maxFileSize

maxRequestSize

protected long maxRequestSize

fileSizeThreshold

protected int fileSizeThreshold
Constructor Detail

Multipart

public Multipart()
Method Detail

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.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)


Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.