net.craftforge.essential.context.spring.config.context
Class SpringContextConfig
java.lang.Object
net.craftforge.essential.context.spring.config.context.SpringContextConfig
@Configuration
@Scope(value="request")
public class SpringContextConfig
- extends Object
- Since:
- 16.01.12
- Author:
- Christian Bick
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringContextConfig
public SpringContextConfig()
provideRequest
@Bean
@Scope(value="request")
public Request provideRequest()
provideResponse
@Bean
@Scope(value="request")
public Response provideResponse()
provideContext
@Bean
@Scope(value="request")
public Context provideContext()
Copyright © 2012 net.craftforge.net. All Rights Reserved.