com.primix.tapestry
Interface IPageLoader
- All Known Implementing Classes:
- PageLoader
- public interface IPageLoader
Interface exposed to components as they are loaded by the page loader.
- Version:
- $Id: IPageLoader.java,v 1.7 2001/05/30 16:13:20 hship Exp $
- Author:
- Howard Ship
- See Also:
IComponent.finishLoad(IPageLoader, ComponentSpecification)
getEngine
public IEngine getEngine()
- Returns the engine for which this page loader is curently
constructing a page.
- Since:
- 0.2.12
getTemplateSource
public ITemplateSource getTemplateSource()
- A convienience; returns the template source provided by
the
engine
.
- Since:
- 0.2.12