public interface FileExport<T>
It saves raw data into a file by producing a file download dialog to appear.
Builtin content export types supported :
- @Inject FileExport
- @Inject FileExport
- @Inject FileExport
Modifier and Type | Method and Description |
---|---|
void |
export(T content,
String fileName)
Export the
content
into a file with the name given by fileName |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.