* @throws DefinitionsFactoryException If an error occur while initializing factory
*/
public ComponentDefinitionsFactory createDefaultFactory(ServletContext servletContext, Map properties)
throws DefinitionsFactoryException
{
ComponentDefinitionsFactory factory = new I18nFactorySet(servletContext, properties); ;
return factory;
}