Uses of Class
com.vaadin.external.apache.commons.fileupload2.FileUploadException
A component for handling HTML file uploads as specified by RFC 1867.
Implementations and exceptions utils.
An implementation of
FileUpload
for use in servlets conforming to the namespace jakarta.servlet
.
Exceptions, and other classes, that are known to be used outside of FileUpload.
-
Uses of FileUploadException in com.vaadin.external.apache.commons.fileupload2
Methods in com.vaadin.external.apache.commons.fileupload2 that throw FileUploadExceptionModifier and TypeMethodDescriptionprotected FileItem
FileUploadBase.createItem
(Map<String, String> headers, boolean isFormField) Deprecated.
FileItemIterator.getFileItems()
FileUploadBase.getItemIterator
(RequestContext ctx) Processes an RFC 1867 compliant
multipart/form-data
stream.boolean
FileItemIterator.hasNext()
Returns, whether another instance of
FileItemStream
is available.FileItemIterator.next()
Returns the next available
FileItemStream
.FileUploadBase.parseParameterMap
(RequestContext ctx) Processes an RFC 1867 compliant
multipart/form-data
stream.FileUploadBase.parseRequest
(RequestContext ctx) Processes an RFC 1867 compliant
multipart/form-data
stream. -
Uses of FileUploadException in com.vaadin.external.apache.commons.fileupload2.impl
Methods in com.vaadin.external.apache.commons.fileupload2.impl that throw FileUploadExceptionModifier and TypeMethodDescriptionFileItemIteratorImpl.getFileItems()
FileItemIteratorImpl.getMultiPartStream()
boolean
FileItemIteratorImpl.hasNext()
Returns, whether another instance of
FileItemStream
is available.protected void
FileItemIteratorImpl.init
(FileUploadBase fileUploadBase, RequestContext pRequestContext) FileItemIteratorImpl.next()
Returns the next available
FileItemStream
.Constructors in com.vaadin.external.apache.commons.fileupload2.impl that throw FileUploadExceptionModifierConstructorDescriptionFileItemIteratorImpl
(FileUploadBase fileUploadBase, RequestContext requestContext) Creates a new instance.
FileItemStreamImpl
(FileItemIteratorImpl pFileItemIterator, String pName, String pFieldName, String pContentType, boolean pFormField, long pContentLength) Creates a new instance.
-
Uses of FileUploadException in com.vaadin.external.apache.commons.fileupload2.jaksrvlt
Methods in com.vaadin.external.apache.commons.fileupload2.jaksrvlt that throw FileUploadExceptionModifier and TypeMethodDescriptionJakSrvltFileUpload.getItemIterator
(jakarta.servlet.http.HttpServletRequest request) Processes an RFC 1867 compliant
multipart/form-data
stream.JakSrvltFileUpload.parseParameterMap
(jakarta.servlet.http.HttpServletRequest request) Processes an RFC 1867 compliant
multipart/form-data
stream.JakSrvltFileUpload.parseRequest
(jakarta.servlet.http.HttpServletRequest request) Processes an RFC 1867 compliant
multipart/form-data
stream. -
Uses of FileUploadException in com.vaadin.external.apache.commons.fileupload2.pub
Subclasses of FileUploadException in com.vaadin.external.apache.commons.fileupload2.pubModifier and TypeClassDescriptionclass
This exception is thrown if a request contains more files than the specified limit.
class
Thrown to indicate that A files size exceeds the configured maximum.
class
Thrown to indicate that the request is not a multipart request.
class
Thrown to indicate an IOException.
class
Thrown to indicate that the request size exceeds the configured maximum.
Constructors in com.vaadin.external.apache.commons.fileupload2.pub with parameters of type FileUploadExceptionModifierConstructorDescriptionCreates a
FileUploadIOException
with the given cause. -
Uses of FileUploadException in com.vaadin.flow.server.communication
Methods in com.vaadin.flow.server.communication that throw FileUploadExceptionModifier and TypeMethodDescriptionprotected FileItemIterator
StreamReceiverHandler.getItemIterator
(VaadinRequest request)
FileItem
.