public interface DynamicDelegate
DynamicTemplate
to obtain Block
s as replacements
for elements within the template. The Blocks are passed to the Dynamic
component as informal parameters.Modifier and Type | Method and Description |
---|---|
Block |
getBlock(String name)
Returns the Block with the given unique name.
|
ComponentResources |
getComponentResources()
Returns the component resources (i.e., the
Dynamic component), used when creating bindings for expansions
located inside the dynamic template. |
ComponentResources getComponentResources()
Dynamic
component), used when creating bindings for expansions
located inside the dynamic template.Block getBlock(String name)
RuntimeException
- if no such block exists5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.