org.apache.tapestry.services.impl
Class ComponentTemplateLoaderLogic

java.lang.Object
  extended by 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).


Constructor Summary
ComponentTemplateLoaderLogic(Log log, IPageLoader pageLoader, BindingSource bindingSource)
           
 
Method Summary
 void loadTemplate(IRequestCycle requestCycle, ITemplateComponent loadComponent, ComponentTemplate template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTemplateLoaderLogic

public ComponentTemplateLoaderLogic(Log log,
                                    IPageLoader pageLoader,
                                    BindingSource bindingSource)
Method Detail

loadTemplate

public void loadTemplate(IRequestCycle requestCycle,
                         ITemplateComponent loadComponent,
                         ComponentTemplate template)


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