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

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

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

Since:
14.01.12
Author:
Christian Bick

Constructor Summary
SpringHttpServletResponseConfig()
           
 
Method Summary
 javax.servlet.http.HttpServletResponse provideHttpServletResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringHttpServletResponseConfig

public SpringHttpServletResponseConfig()
Method Detail

provideHttpServletResponse

@Bean
@Scope(value="request")
public javax.servlet.http.HttpServletResponse provideHttpServletResponse()


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