- java.lang.Object
-
- javax.servlet.MultipartConfigElement
-
public class MultipartConfigElement extends Object
Java Class represntation of anMultipartConfig
annotation value.- Since:
- Servlet 3.0
-
-
Constructor Summary
Constructors Constructor and Description MultipartConfigElement(MultipartConfig annotation)
Constructs an instance from aMultipartConfig
annotation value.MultipartConfigElement(String location)
Constructs an instance with defaults for all but location.MultipartConfigElement(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold)
Constructs an instance with all values specified.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getFileSizeThreshold()
Gets the size threshold after which files will be written to disk.String
getLocation()
Gets the directory location where files will be stored.long
getMaxFileSize()
Gets the maximum size allowed for uploaded files.long
getMaxRequestSize()
Gets the maximum size allowed for multipart/form-data requests.
-
-
-
Constructor Detail
-
MultipartConfigElement
public MultipartConfigElement(String location)
Constructs an instance with defaults for all but location.- Parameters:
location
- defualts to "" if values is null.
-
MultipartConfigElement
public MultipartConfigElement(String location, long maxFileSize, long maxRequestSize, int fileSizeThreshold)
Constructs an instance with all values specified.- Parameters:
location
- the directory location where files will be storedmaxFileSize
- the maximum size allowed for uploaded filesmaxRequestSize
- the maximum size allowed for multipart/form-data requestsfileSizeThreshold
- the size threshold after which files will be written to disk
-
MultipartConfigElement
public MultipartConfigElement(MultipartConfig annotation)
Constructs an instance from aMultipartConfig
annotation value.- Parameters:
annotation
- the annotation value
-
-
Method Detail
-
getLocation
public String getLocation()
Gets the directory location where files will be stored.- Returns:
- the directory location where files will be stored
-
getMaxFileSize
public long getMaxFileSize()
Gets the maximum size allowed for uploaded files.- Returns:
- the maximum size allowed for uploaded files
-
getMaxRequestSize
public long getMaxRequestSize()
Gets the maximum size allowed for multipart/form-data requests.- Returns:
- the maximum size allowed for multipart/form-data requests
-
getFileSizeThreshold
public int getFileSizeThreshold()
Gets the size threshold after which files will be written to disk.- Returns:
- the size threshold after which files will be written to disk
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/servlet/multipartconfigelement.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.