net.craftforge.essential.context.spring.config.providers
Class SpringPathParamProviderConfig

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

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

Since:
16.01.12
Author:
Christian Bick

Constructor Summary
SpringPathParamProviderConfig()
           
 
Method Summary
 PathParameterProvider provideRequestPathParameterProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringPathParamProviderConfig

public SpringPathParamProviderConfig()
Method Detail

provideRequestPathParameterProvider

@Bean
@Scope(value="request")
public PathParameterProvider provideRequestPathParameterProvider()


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