protected static class JmixVaadinServletService.JmixFileUploadHandler
extends com.vaadin.server.communication.FileUploadHandler
JmixFileUpload component with XHR upload mechanism.| Modifier | Constructor and Description |
|---|---|
protected |
JmixFileUploadHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isSuitableUploadComponent(com.vaadin.server.ClientConnector source) |
protected void |
sendUploadResponse(com.vaadin.server.VaadinRequest request,
com.vaadin.server.VaadinResponse response,
java.lang.String fileName,
long contentLength) |
protected boolean isSuitableUploadComponent(com.vaadin.server.ClientConnector source)
isSuitableUploadComponent in class com.vaadin.server.communication.FileUploadHandlerprotected void sendUploadResponse(com.vaadin.server.VaadinRequest request,
com.vaadin.server.VaadinResponse response,
java.lang.String fileName,
long contentLength)
throws java.io.IOException
sendUploadResponse in class com.vaadin.server.communication.FileUploadHandlerjava.io.IOException