String name = (String) e.nextElement();
String value = cfg.getInitParameter(name);
params.put(name, value);
}
servletContext = new PortletServletContext(cfg.getPortletContext());
dispatcherUtils = new Dispatcher(servletContext, params);
dispatcherUtils.init();
// For testability
if (factory == null) {