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(),
this.init(new DynamicTitleServiceImpl()));
this.staticServices.put(PropertyManagerService.class.getName(),
this.init(new PropertyManagerServiceImpl()));
}