Interface DynamicTemplate
-
public interface DynamicTemplate
A dynamic template is used by theDynamic
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RenderCommand
createRenderCommand(DynamicDelegate delegate)
Given a delegate (to assist with locating Blocks and evaluating expressions) ...
-
-
-
Method Detail
-
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.
-
-