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:
-
Method Summary
Modifier and TypeMethodDescriptioncreateRenderCommand
(DynamicDelegate delegate) Given a delegate (to assist with locating Blocks and evaluating expressions) ...
-
Method Details
-
createRenderCommand
Given a delegate (to assist with locating Blocks and evaluating expressions) ... create a RenderCommand that can be returned from a render phase method.
-