org.springframework.config.java
Class ConfigurationProcessorTests.AfterPropertiesTest

java.lang.Object
  extended by org.springframework.config.java.ConfigurationProcessorTests.AfterPropertiesTest
All Implemented Interfaces:
InitializingBean
Enclosing class:
ConfigurationProcessorTests

public static class ConfigurationProcessorTests.AfterPropertiesTest
extends Object
implements InitializingBean


Constructor Summary
ConfigurationProcessorTests.AfterPropertiesTest()
           
 
Method Summary
 void afterPropertiesSet()
           
 void setA(int a)
           
 void setB(int b)
           
 int sum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationProcessorTests.AfterPropertiesTest

public ConfigurationProcessorTests.AfterPropertiesTest()
Method Detail

setA

public void setA(int a)

setB

public void setB(int b)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface InitializingBean
Throws:
Exception

sum

public int sum()


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