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

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

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

Since:
16.01.12
Author:
Christian Bick

Constructor Summary
SpringControllerConfig()
           
 
Method Summary
 Controller provideController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringControllerConfig

public SpringControllerConfig()
Method Detail

provideController

@Bean
@Scope(value="request")
public Controller provideController()


Copyright © 2012 net.craftforge.net. All Rights Reserved.