Class JmixFileDownloader.FileNotFoundContext
java.lang.Object
io.jmix.flowui.component.filedownloader.JmixFileDownloader.FileNotFoundContext
- Enclosing class:
- JmixFileDownloader
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFileNotFoundContext(Exception exception, com.vaadin.flow.server.VaadinResponse response) 
- 
Method SummaryModifier and TypeMethodDescriptioncom.vaadin.flow.server.VaadinResponse
- 
Field Details- 
exception
- 
responseprotected final com.vaadin.flow.server.VaadinResponse response
 
- 
- 
Constructor Details- 
FileNotFoundContext
 
- 
- 
Method Details- 
getException
- 
getResponsepublic com.vaadin.flow.server.VaadinResponse getResponse()
 
-