@Configuration
@ComponentScan(value={"ch.sahits.game.openpatrician.engine","ch.sahits.game.openpatrician.javafx.util"})
public class EngineConfiguration
extends Object
| Constructor and Description |
|---|
EngineConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer |
applicationServerProperties() |
TavernEngine |
tavernEngine(ch.sahits.game.openpatrician.model.city.impl.TavernState tavernState,
ch.sahits.game.openpatrician.model.city.ICity city) |
@Bean public static org.springframework.beans.factory.config.PropertyPlaceholderConfigurer applicationServerProperties()
@Bean @Scope(value="prototype") public TavernEngine tavernEngine(ch.sahits.game.openpatrician.model.city.impl.TavernState tavernState, ch.sahits.game.openpatrician.model.city.ICity city)
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.