public static interface Callback.Output
| Modifier and Type | Method and Description | 
|---|---|
| void | writeTo(OutputStream output)This method should be invoked by the method where you're passing this callback instance to. | 
void writeTo(OutputStream output) throws IOException
output - The callback output stream to write to.IOException - Whenever something fails at I/O level.Copyright © 2012–2017 OmniFaces. All rights reserved.