Uses of Interface
org.apache.tapestry.ITemplateComponent

Packages that use ITemplateComponent
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.html Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. 
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.pages Basic pages used for errors, stale links and stale sessions. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
org.apache.tapestry.wml Classes and components for main elements of the Wireless Markup Language (WML 1.2). 
org.apache.tapestry.wml.pages   
 

Uses of ITemplateComponent in org.apache.tapestry
 

Classes in org.apache.tapestry that implement ITemplateComponent
 class AbstractPage
          Abstract base class implementing the IPageinterface.
 class BaseComponent
          Base implementation for most components that use an HTML template.
 

Uses of ITemplateComponent in org.apache.tapestry.engine
 

Methods in org.apache.tapestry.engine with parameters of type ITemplateComponent
 void IPageLoader.loadTemplateForComponent(IRequestCycle cycle, ITemplateComponent component)
          Invoked by a component (from within its IComponent.finishLoad(IRequestCycle, IPageLoader, IComponentSpecification)method) to load the template for the component.
 

Uses of ITemplateComponent in org.apache.tapestry.html
 

Classes in org.apache.tapestry.html that implement ITemplateComponent
 class BasePage
          Base class for HTML pages.
 class ExceptionDisplay
          Component used to display an already formatted exception.
 class RequestDisplay
          Supports the Exception page by displaying the request, session, servlet context and servlet object for the current request.
 

Uses of ITemplateComponent in org.apache.tapestry.pageload
 

Methods in org.apache.tapestry.pageload with parameters of type ITemplateComponent
 void PageLoader.loadTemplateForComponent(IRequestCycle cycle, ITemplateComponent component)
           
 

Uses of ITemplateComponent in org.apache.tapestry.pages
 

Classes in org.apache.tapestry.pages that implement ITemplateComponent
 class Exception
          Default exception reporting page.
 class StaleLink
          Stores a message (taken from the StaleLinkException) that is displayed as part of the page.
 

Uses of ITemplateComponent in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services with parameters of type ITemplateComponent
 void ComponentTemplateLoader.loadTemplate(IRequestCycle requestCycle, ITemplateComponent loadComponent)
           
 

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

Methods in org.apache.tapestry.services.impl with parameters of type ITemplateComponent
 void ComponentTemplateLoaderImpl.loadTemplate(IRequestCycle requestCycle, ITemplateComponent loadComponent)
           
 void ComponentTemplateLoaderLogic.loadTemplate(IRequestCycle requestCycle, ITemplateComponent loadComponent, ComponentTemplate template)
           
 

Uses of ITemplateComponent in org.apache.tapestry.wml
 

Classes in org.apache.tapestry.wml that implement ITemplateComponent
 class Deck
          Concrete class for WML decks.
 

Uses of ITemplateComponent in org.apache.tapestry.wml.pages
 

Classes in org.apache.tapestry.wml.pages that implement ITemplateComponent
 class WMLException
          Default exception reporting page for WML applications.
 class WMLStaleLink
          Stores a message (taken from the StaleLinkException) that is displayed as part of the page.