javax.servlet
Class MultipartConfigElement

java.lang.Object
  extended by javax.servlet.MultipartConfigElement

public class MultipartConfigElement
extends Object

Since:
3.0
Version:
$Rev: 831066 $ $Date: 2009-10-29 20:19:48 +0100 (Do, 29. Okt 2009) $

Constructor Summary
MultipartConfigElement(MultipartConfig config)
           
MultipartConfigElement(String location)
           
MultipartConfigElement(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold)
           
 
Method Summary
 int getFileSizeThreshold()
           
 String getLocation()
           
 long getMaxFileSize()
           
 long getMaxRequestSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartConfigElement

public MultipartConfigElement(String location)

MultipartConfigElement

public MultipartConfigElement(MultipartConfig config)

MultipartConfigElement

public MultipartConfigElement(String location,
                              long maxFileSize,
                              long maxRequestSize,
                              int fileSizeThreshold)
Method Detail

getFileSizeThreshold

public int getFileSizeThreshold()

getLocation

public String getLocation()

getMaxFileSize

public long getMaxFileSize()

getMaxRequestSize

public long getMaxRequestSize()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.