{
addFactory(fac);
}
}
_factories.add(new JSPConverterFactory());
_factories.add(new HTMLConverterFactory());
// TODO: this is not ideal, but until we get a better system for
// doing converter factory ordering:
// loop through the list and place the DTManager
}