Utility service, tapestry.page.ComponentTemplateLoader, which will process the
component's template , which involves working
through the nested structure of the template and hooking the various static template blocks and
components together using addBody(IRender) and
addOuter(IRender) .
Because this service must be reentrant, it acts as a factory for a
ComponentTemplateLoaderLogic that is created (and
discarded) for each component whose template is loaded.
tapestry.page.ComponentTemplateLoader, which will process the component's template , which involves working through the nested structure of the template and hooking the various static template blocks and components together using addBody(IRender) and addOuter(IRender) .Because this service must be reentrant, it acts as a factory for a ComponentTemplateLoaderLogic that is created (and discarded) for each component whose template is loaded.