org.skyscreamer.yoga.demo.test
Class SpringBeanContext

java.lang.Object
  extended by org.skyscreamer.yoga.demo.test.SpringBeanContext
All Implemented Interfaces:
BeanContext

public class SpringBeanContext
extends Object
implements BeanContext


Constructor Summary
SpringBeanContext(org.springframework.context.ApplicationContext context)
           
 
Method Summary
<T> T
getBean(Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringBeanContext

public SpringBeanContext(org.springframework.context.ApplicationContext context)
Method Detail

getBean

public <T> T getBean(Class<T> type)
Specified by:
getBean in interface BeanContext


Copyright © 2013. All Rights Reserved.