org.apache.tapestry5.services.dynamic
Interface DynamicTemplate
public interface DynamicTemplate
A dynamic template is used by the Dynamic
component to allow
a component to significantly alter its presentation at runtime. An external
template file provides most of the rendered content.
- Since:
- 5.3
- See Also:
DynamicTemplateParser
createRenderCommand
RenderCommand createRenderCommand(DynamicDelegate delegate)
- Given a delegate (to assist with locating Blocks and evaluating expressions) ... create a
RenderCommand that can be returned from a render phase method.
Copyright © 2003-2012 The Apache Software Foundation.