(ReportDefinitionReadHandler.TEMPLATE_FACTORY_KEY);
for (int i = 0; i < templateList.size(); i++)
{
final TemplateReadHandler readHandler =
(TemplateReadHandler) templateList.get(i);
templateCollection.addTemplate
((TemplateDescription) readHandler.getObjectDescription());
}
}
/**