public class AggregateRenderer extends Object implements Renderer, Appendable
Constructor and Description |
---|
AggregateRenderer() |
Modifier and Type | Method and Description |
---|---|
Appendable |
append(char c) |
Appendable |
append(CharSequence csq) |
Appendable |
append(CharSequence csq,
int start,
int end) |
void |
render(DriverRequest httpRequest,
String content,
Writer outWriter)
Renders provided source and writes results to the output.
|
public void render(DriverRequest httpRequest, String content, Writer outWriter) throws IOException, HttpErrorPage
render
in interface Renderer
httpRequest
- request received by esigate.content
- source to be renderedoutWriter
- output destination. This writer is not thread-safe, use proper synchronization if writing output from
multiple threads.IOException
HttpErrorPage
public Appendable append(CharSequence csq) throws IOException
append
in interface Appendable
IOException
public Appendable append(char c) throws IOException
append
in interface Appendable
IOException
public Appendable append(CharSequence csq, int start, int end) throws IOException
append
in interface Appendable
IOException
Copyright © 2008–2018. All rights reserved.