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