net.craftforge.essential.context.spring.config.context
Class SpringContextConfig

java.lang.Object
  extended by net.craftforge.essential.context.spring.config.context.SpringContextConfig

@Configuration
@Scope(value="request")
public class SpringContextConfig
extends Object

Since:
16.01.12
Author:
Christian Bick

Constructor Summary
SpringContextConfig()
           
 
Method Summary
 Context provideContext()
           
 Request provideRequest()
           
 Response provideResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringContextConfig

public SpringContextConfig()
Method Detail

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.