net.sf.click.control
Interface Renderable

All Superinterfaces:
Serializable
All Known Implementing Classes:
TablePaginator

public interface Renderable
extends Serializable

Provides an interface for rendering output to an efficient string buffer.

Implementations of this interface will normally render HTML markup.

Author:
Malcolm Edgar

Method Summary
 void render(HtmlStringBuffer buffer)
          Render output, normally HTML markup, to the given buffer.
 

Method Detail

render

public void render(HtmlStringBuffer buffer)
Render output, normally HTML markup, to the given buffer.

Parameters:
buffer - the string buffer to render output to