IPageSource pageSource = loader.getEngine().getPageSource();
if (LOG.isDebugEnabled())
LOG.debug(this +" reading template");
ITemplateSource source = loader.getTemplateSource();
ComponentTemplate componentTemplate = source.getTemplate(cycle, this);
// Most of the work is done inside the loader class.
// We instantiate it just to invoke process() on it.
new BaseComponentTemplateLoader(cycle, loader, this, componentTemplate, pageSource).process();