Uses of Interface
org.apache.tapestry.engine.IPageLoader

Packages that use IPageLoader
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.contrib.tree.components

The tapestry contributed tree component. 

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 IPageLoader in org.apache.tapestry
 

Methods in org.apache.tapestry with parameters of type IPageLoader
 void BaseComponent.finishLoad(IRequestCycle cycle, IPageLoader loader, IComponentSpecification specification)
          Loads the template for the component, then invokes AbstractComponent.finishLoad(IRequestCycle, IPageLoader, IComponentSpecification).
 void AbstractComponent.finishLoad(IRequestCycle cycle, IPageLoader loader, IComponentSpecification specification)
          Invokes AbstractComponent.finishLoad().
 void IComponent.finishLoad(IRequestCycle cycle, IPageLoader loader, IComponentSpecification specification)
          Allows a component to finish any setup after it has been constructed.
 

Uses of IPageLoader in org.apache.tapestry.contrib.tree.components
 

Methods in org.apache.tapestry.contrib.tree.components with parameters of type IPageLoader
 void TreeNodeView.finishLoad(IRequestCycle objCycle, IPageLoader arg0, ComponentSpecification arg1)
           
 

Uses of IPageLoader in org.apache.tapestry.pageload
 

Classes in org.apache.tapestry.pageload that implement IPageLoader
 class PageLoader
          Implementation of tapestry.page.PageLoader.
 

Methods in org.apache.tapestry.pageload with parameters of type IPageLoader
 void PageSource.setLoader(IPageLoader loader)
           
 

Uses of IPageLoader in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl with parameters of type IPageLoader
 void ComponentTemplateLoaderImpl.setPageLoader(IPageLoader pageLoader)
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type IPageLoader
ComponentTemplateLoaderLogic(Log log, IPageLoader pageLoader, BindingSource bindingSource)
           
 



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