| Package | Description |
|---|---|
| org.apache.tapestry.pageload |
Classes used when loading pages (and thier heirarchies of components) from thier
specifications, as well as organizaing thier templates.
|
| org.apache.tapestry.services.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
PageLoader.setComponentTemplateLoader(ComponentTemplateLoader componentTemplateLoader) |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentTemplateLoaderImpl
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 IComponent.addBody(IRender)and
ITemplateComponent.addOuter(IRender). |