Class StandaloneConfiguration


  • @Configuration
    @Import({ch.sahits.game.openpatrician.clientserverinterface.ClientServerInterfaceStandaloneConfiguration.class,ch.sahits.game.openpatrician.server.ServerConfiguration.class,UICommonConfiguration.class})
    @ComponentScan(basePackageClasses={IOpenPatricianDisplayEventHandlerComponents.class,ch.sahits.game.openpatrician.event.handler.IOpenPatricianGameEventHandlerComponents.class})
    public class StandaloneConfiguration
    extends java.lang.Object
    This is the default Spring configuration that is used when the application is neither started in server nor client mode.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2014 Created on Nov 29, 2014
    • Constructor Detail

      • StandaloneConfiguration

        public StandaloneConfiguration()
    • Method Detail

      • dialogScope

        @Bean
        public static ch.sahits.game.openpatrician.utilities.spring.DialogScope dialogScope()
      • mainMenu

        @Bean
        @Lazy
        public MainMenu mainMenu()
      • subMenu

        @Bean
        @Lazy
        public SubMenu subMenu()
      • viewStatus

        @Bean
        @Lazy
        public ViewStatus viewStatus()
      • standaloneMessagePropagator

        @Bean
        public ch.sahits.game.openpatrician.clientserverinterface.event.IEventPropagator standaloneMessagePropagator()
      • pathConverter

        @Bean
        @Lazy
        public ch.sahits.game.openpatrician.clientserverinterface.service.IPathConverter pathConverter()