Package org.apache.tapestry5.services.dynamic
Services supporting the
Dynamic
component.- Since:
- 5.3
-
Interface Summary Interface Description DynamicDelegate Used by implementations ofDynamicTemplate
to obtainBlock
s as replacements for elements within the template.DynamicTemplate A dynamic template is used by theDynamic
component to allow a component to significantly alter its presentation at runtime.DynamicTemplateParser Parses a dynamic template based on a resource or an input stream.