Uses of Interface
org.apache.tapestry5.services.dynamic.DynamicDelegate
Packages that use DynamicDelegate
Package
Description
[INTERNAL USE ONLY] support classes for the
Dynamic
component; API subject to changeServices supporting the
Dynamic
component.-
Uses of DynamicDelegate in org.apache.tapestry5.internal.dynamic
Methods in org.apache.tapestry5.internal.dynamic with parameters of type DynamicDelegateModifier and TypeMethodDescriptionvoid
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 DynamicDelegateModifier and TypeMethodDescriptionDynamicTemplate.createRenderCommand
(DynamicDelegate delegate) Given a delegate (to assist with locating Blocks and evaluating expressions) ...