Module tapestry.parse
Back to master index

[public] Service Point tapestry.parse.TemplateParser Interface: org.apache.tapestry.parse.ITemplateParser
Parses a template into a series of tokens that are used to construct a component's body.
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="threaded" >
    • <construct class="TemplateParser" >
      • <set-object property="factory" value="instance:TemplateTokenFactory" />
      </construct>
    </invoke-factory>

Module tapestry.parse
Back to master index