|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DynamicDelegate | |
---|---|
org.apache.tapestry5.internal.dynamic | [INTERNAL USE ONLY] support classes for the Dynamic component; API subject to change |
org.apache.tapestry5.services.dynamic | Services supporting the Dynamic component. |
Uses of DynamicDelegate in org.apache.tapestry5.internal.dynamic |
---|
Methods in org.apache.tapestry5.internal.dynamic with parameters of type DynamicDelegate | |
---|---|
void |
DynamicTemplateElement.render(MarkupWriter writer,
RenderQueue queue,
DynamicDelegate delegate)
The element should perform whatever rendering it wants. |
Uses of DynamicDelegate in org.apache.tapestry5.services.dynamic |
---|
Methods in org.apache.tapestry5.services.dynamic with parameters of type DynamicDelegate | |
---|---|
RenderCommand |
DynamicTemplate.createRenderCommand(DynamicDelegate delegate)
Given a delegate (to assist with locating Blocks and evaluating expressions) ... |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |