|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentTemplateLoader | |
---|---|
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 | Service implementations. |
Uses of ComponentTemplateLoader in org.apache.tapestry.pageload |
---|
Methods in org.apache.tapestry.pageload with parameters of type ComponentTemplateLoader | |
---|---|
void |
PageLoader.setComponentTemplateLoader(ComponentTemplateLoader componentTemplateLoader)
|
Uses of ComponentTemplateLoader in org.apache.tapestry.services.impl |
---|
Classes in org.apache.tapestry.services.impl that implement ComponentTemplateLoader | |
---|---|
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) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |