|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ComponentResources getComponentResources()
Dynamic
component), used when creating bindings for expansions
located inside the dynamic template.
Block getBlock(String name)
RuntimeException
- if no such block exists
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |