templates = oldTemplates;
}
this.tracts = new FetcherTractFinder(tracts);
this.templates = new FetcherTractFinder(templates);
this.engine = new DirectFetcherTemplater(templates);
//context.put(MojasefConstants.TEMPLATE_ENGINE, this.engine);
//context.put(MojasefConstants.TRACT_FINDER, this.tracts);
//context.put(MojasefConstants.TEMPLATE_FINDER, this.templates);
}