*/
public void initialize() throws Exception {
this.staticServices.put(LogService.class.getName(),
this.init(new LogServiceImpl(this.getLogger())));
this.staticServices.put(PortletDefinitionRegistry.class.getName(),
this.init(new PortletDefinitionRegistryImpl()));
this.staticServices.put(InformationProviderService.class.getName(),
this.init(new InformationProviderServiceImpl()));
this.staticServices.put(FactoryManagerService.class.getName(),
this.init(new FactoryManagerServiceImpl()));
this.staticServices.put(DynamicTitleService.class.getName(),