org.apache.tapestry5.internal.dynamic
Interface DynamicTemplateElement
public interface DynamicTemplateElement
A close cousin to RenderCommand
used inside a DynamicTemplate
.
- Since:
- 5.3
render
void render(MarkupWriter writer,
RenderQueue queue,
DynamicDelegate delegate)
- The element should perform whatever rendering it wants. When rendering elements, the queue
is used to queue up rendering commands for the body of the element as well as a command to close
the element started.
Copyright © 2003-2012 The Apache Software Foundation.