|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tapestry5.internal.util.RenderableAsBlock
public class RenderableAsBlock
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.
| Constructor Summary | |
|---|---|
RenderableAsBlock(Renderable renderable)
|
|
| Method Summary | |
|---|---|
void |
render(MarkupWriter writer,
RenderQueue queue)
Invokes Renderable.render(org.apache.tapestry5.MarkupWriter). |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RenderableAsBlock(Renderable renderable)
| Method Detail |
|---|
public void render(MarkupWriter writer,
RenderQueue queue)
Renderable.render(org.apache.tapestry5.MarkupWriter).
render in interface RenderCommandpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||