org.apache.tiles.request.render
Interface PublisherRenderer.RendererListener

Package class diagram package PublisherRenderer.RendererListener
Enclosing class:
PublisherRenderer

public static interface PublisherRenderer.RendererListener


Method Summary
 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.
 

Method Detail

start

void start(String template,
           Request request)
           throws IOException
Called before the delegate's render method is called.

Throws:
IOException

end

void end(String template,
         Request request)
         throws IOException
Called after the delegate's render method is called.

Throws:
IOException

handleIOException

void handleIOException(IOException ex,
                       Request request)
                       throws IOException
If the delegate render method throws an IOException it is passed through this.

Throws:
IOException


Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.