public interface Renderer
Modifier and Type | Method and Description |
---|---|
void |
render(DriverRequest originalRequest,
String src,
Writer out)
Renders provided source and writes results to the output.
|
void render(DriverRequest originalRequest, String src, Writer out) throws IOException, HttpErrorPage
originalRequest
- request received by esigate.src
- source to be renderedout
- output destination. This writer is not thread-safe, use proper synchronization if writing output from
multiple threads.IOException
HttpErrorPage
Copyright © 2008–2018. All rights reserved.