org.zkoss.zk.ui.sys
Interface PageRenderer

All Known Implementing Classes:
PageRenderer, PageRenderer, PageRenderer, Renders.PageRenderer

public interface PageRenderer

The page render used to render a page. It is called by PageCtrl.redraw(java.io.Writer).

Since:
3.5.1
Author:
tomyeh

Method Summary
 void render(Page page, java.io.Writer out)
          Renders the page.
 

Method Detail

render

void render(Page page,
            java.io.Writer out)
            throws java.io.IOException
Renders the page.

Parameters:
out - the output writer to put the content to (never null).
Throws:
java.io.IOException


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo