
public static interface PublisherRenderer.RendererListener
| Modifier and Type | Method and Description |
|---|---|
void |
end(String template,
Request request)
Called after the delegate's render method is called.
|
void |
handleIOException(IOException ex,
Request request)
If the delegate render method throws an IOException it is passed through this.
|
void |
start(String template,
Request request)
Called before the delegate's render method is called.
|
void start(String template, Request request) throws IOException
IOExceptionvoid end(String template, Request request) throws IOException
IOExceptionvoid handleIOException(IOException ex, Request request) throws IOException
IOExceptionCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.