org.apache.tapestry.services
Interface ComponentTemplateLoader

All Known Implementing Classes:
ComponentTemplateLoaderImpl

public interface ComponentTemplateLoader

Service interface for tapestry.page.ComponentTemplateLoader; responsible for finding and integrating a component (or page) template with the component (or page) instance.

Since:
4.0
Author:
Howard Lewis Ship

Method Summary
 void loadTemplate(IRequestCycle requestCycle, ITemplateComponent loadComponent)
           
 

Method Detail

loadTemplate

void loadTemplate(IRequestCycle requestCycle,
                  ITemplateComponent loadComponent)


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.