Interface DynamicDelegate


  • public interface DynamicDelegate
    Used by implementations of DynamicTemplate to obtain Blocks as replacements for elements within the template. The Blocks are passed to the Dynamic component as informal parameters.
    Since:
    5.3
    • Method Detail

      • getBlock

        Block getBlock​(java.lang.String name)
        Returns the Block with the given unique name.
        Throws:
        java.lang.RuntimeException - if no such block exists