org.apache.tapestry.services.impl
Class ComponentTemplateLoaderLogic
java.lang.Object
org.apache.tapestry.services.impl.ComponentTemplateLoaderLogic
public class ComponentTemplateLoaderLogic
- extends 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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentTemplateLoaderLogic
public ComponentTemplateLoaderLogic(Log log,
IPageLoader pageLoader,
BindingSource bindingSource)
loadTemplate
public void loadTemplate(IRequestCycle requestCycle,
ITemplateComponent loadComponent,
ComponentTemplate template)
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.