org.apache.tapestry5.internal.structure
Class CommentPageElement
java.lang.Object
org.apache.tapestry5.internal.structure.CommentPageElement
- All Implemented Interfaces:
- RenderCommand
public class CommentPageElement
- extends Object
- implements RenderCommand
Renders a text comment.
- See Also:
CommentToken
CommentPageElement
public CommentPageElement(String text)
render
public void render(MarkupWriter writer,
RenderQueue queue)
- Description copied from interface:
RenderCommand
- Invoked on an object to request that it render itself. This involves a mix of invoking methods on the writer, and
queueing up additional commands (often, representing children of the object that was invoked) to perform
additional rendering.
In this way, rendering is a tail recursive algorithm, but is not implemented using tail recursion.
- Specified by:
render in interface RenderCommand
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.