@Configuration
@Import(value={ch.sahits.game.openpatrician.spring.ClientServerInterfaceStandaloneConfiguration.class,ch.sahits.game.openpatrician.spring.ServerConfiguration.class,UICommonConfiguration.class})
@ComponentScan(basePackages="ch.sahits.game.event.handler")
public class StandaloneConfiguration
extends Object
| Constructor and Description |
|---|
StandaloneConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.CustomScopeConfigurer |
customScopeConfigurer() |
static DialogScope |
dialogScope() |
ch.sahits.game.openpatrician.aspect.DialogAspect |
dialogScopeAspect() |
GameStatus |
gameStatus() |
MainGameView |
mainGameView(double width,
double height) |
MainMenu |
mainMenu() |
MapSegmentImageFactory |
mapSegmentImageFactory() |
MiniMap |
miniMap() |
OpenPatricianNoticeBoard |
noticeBoard() |
NoticeBoardFactory |
noticeBoardFactory() |
SubMenu |
subMenu() |
ViewStatus |
viewStatus() |
@Bean public static DialogScope dialogScope()
@Bean public ch.sahits.game.openpatrician.aspect.DialogAspect dialogScopeAspect()
@Bean public static org.springframework.beans.factory.config.CustomScopeConfigurer customScopeConfigurer()
@Bean @Lazy public NoticeBoardFactory noticeBoardFactory()
@Bean @Lazy public MiniMap miniMap()
@Bean @Lazy public MainMenu mainMenu()
@Bean @Lazy public SubMenu subMenu()
@Bean @Lazy public OpenPatricianNoticeBoard noticeBoard()
@Bean @Lazy public ViewStatus viewStatus()
@Bean @Lazy public GameStatus gameStatus()
@Bean @Scope(value="prototype") public MainGameView mainGameView(double width, double height)
@Bean public MapSegmentImageFactory mapSegmentImageFactory()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.