org.apache.tapestry.services.impl
Class ComponentTemplateLoaderLogic
java.lang.Object
org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic
- public class ComponentTemplateLoaderLogic
- extends java.lang.Object
Contains the logic from ComponentTemplateLoaderImpl
,
which creates one of these instances to process the request. This is necessary because the
service must be re-entrant (because templates can contain components that have templates).
- Since:
- 4.0
- Author:
- Howard Lewis Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTemplateLoaderLogic
public ComponentTemplateLoaderLogic(org.apache.commons.logging.Log log,
IPageLoader pageLoader,
BindingSource bindingSource)
loadTemplate
public void loadTemplate(IRequestCycle requestCycle,
ITemplateComponent loadComponent,
ComponentTemplate template)