public interface RenderCall
GlobalRenderContext.emitToString(RenderCall)
.
This is essentially Runnable
with the addition of RenderException
as exception.
Modifier and Type | Method and Description |
---|---|
void |
render()
Invoked by the global context once all emitted content will be captured into a string.
|
void render() throws RenderException
RenderException
- in case of an exception while renderingCopyright © 2018. All rights reserved.