public interface Exportable
Modifier and Type | Method and Description |
---|---|
void |
exportContent(PanelInstance instance,
OutputStream os)
Write instance content to given OutputStream, which must not be closed.
|
void |
importContent(PanelInstance instance,
InputStream is)
Read instance content from given InputStream, which must not be closed.
|
void exportContent(PanelInstance instance, OutputStream os) throws Exception
instance
- os
- Exception
void importContent(PanelInstance instance, InputStream is) throws Exception
instance
- is
- Exception
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.