
public interface Renderer
void render(String path, Request request) throws IOException
path - The path to render.request - The Tiles request context.IOException - If something goes wrong during rendition.boolean isRenderable(String path, Request request)
path - The path to be rendered.request - The request context.true if this renderer can render the attribute.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.