Interface DynamicDelegate
public interface DynamicDelegate
Used by implementations of
DynamicTemplate
to obtain Block
s as replacements
for elements within the template. The Blocks are passed to the Dynamic
component as informal parameters.- Since:
- 5.3
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Block with the given unique name.Returns the component resources (i.e., theDynamic
component), used when creating bindings for expansions located inside the dynamic template.
-
Method Details
-
getComponentResources
Returns the component resources (i.e., theDynamic
component), used when creating bindings for expansions located inside the dynamic template. -
getBlock
Returns the Block with the given unique name.- Throws:
RuntimeException
- if no such block exists
-