|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageLoader
Interface exposed to components as they are loaded by the page loader.
IComponent.finishLoad(IRequestCycle, IPageLoader, org.apache.tapestry.spec.IComponentSpecification)
Method Summary | |
---|---|
IComponent |
createImplicitComponent(IRequestCycle cycle,
IComponent container,
String componentId,
String componentType,
ILocation location)
Invoked to create an implicit component (one which is defined in the containing component's template, rather that in the containing component's specification). |
IEngine |
getEngine()
Returns the engine for which this page loader is curently constructing a page. |
ITemplateSource |
getTemplateSource()
A convienience; returns the template source provided by the engine . |
Method Detail |
---|
IEngine getEngine()
ITemplateSource getTemplateSource()
engine
.
IComponent createImplicitComponent(IRequestCycle cycle, IComponent container, String componentId, String componentType, ILocation location)
BaseComponentTemplateLoader
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |