Class RenderableAsBlock

java.lang.Object
org.apache.tapestry5.internal.util.RenderableAsBlock
All Implemented Interfaces:
Block, RenderCommand

public class RenderableAsBlock extends Object implements Block, RenderCommand
Allows any Renderable object to act as a Block. Basically, dressed up the Renderable with the Block interface, and delegates the Renderable interface to the underlying renderable object.