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

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

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

Since:
16.01.12
Author:
Christian Bick

Constructor Summary
SpringManagerConfig()
           
 
Method Summary
 DocumentationManager provideDocumentationManager()
           
 ResourceManager provideResourceManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringManagerConfig

public SpringManagerConfig()
Method Detail

provideResourceManager

@Bean
@Scope(value="request")
public ResourceManager provideResourceManager()

provideDocumentationManager

@Bean
@Scope(value="request")
public DocumentationManager provideDocumentationManager()


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