org.springframework.config.java
Class ScopingXmlTests

java.lang.Object
  extended by org.springframework.config.java.ScopingXmlTests
All Implemented Interfaces:
ApplicationContextAware

@ContextConfiguration(locations="classpath:org/springframework/config/java/scoping.xml")
public class ScopingXmlTests
extends Object
implements ApplicationContextAware

Author:
Costin Leau, Chris Beams

Constructor Summary
ScopingXmlTests()
           
 
Method Summary
 void setApplicationContext(ApplicationContext applicationContext)
           
 void setUp()
           
 void testGetScopedBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopingXmlTests

public ScopingXmlTests()
Method Detail

setUp

public void setUp()

testGetScopedBean

public void testGetScopedBean()

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
                           throws BeansException
Specified by:
setApplicationContext in interface ApplicationContextAware
Throws:
BeansException


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.