|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.describe.PreformattedRenderStrategy
public class PreformattedRenderStrategy
Render stategy for objects whose toString() produces a good deal of text, where that text is easier to read if preformmatted (using the HTML <pre> element).
Constructor Summary | |
---|---|
PreformattedRenderStrategy()
|
Method Summary | |
---|---|
void |
renderObject(java.lang.Object object,
IMarkupWriter writer,
IRequestCycle cycle)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreformattedRenderStrategy()
Method Detail |
---|
public void renderObject(java.lang.Object object, IMarkupWriter writer, IRequestCycle cycle)
renderObject
in interface RenderStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |