Uses of Class
org.apache.james.container.spring.beanfactory.AvalonApplicationContext

Packages that use AvalonApplicationContext
org.apache.james.container.spring.beanfactory   
 

Uses of AvalonApplicationContext in org.apache.james.container.spring.beanfactory
 

Subclasses of AvalonApplicationContext in org.apache.james.container.spring.beanfactory
 class JamesApplicationContext
          Override the ResourceLoader capabilities from the AvalonApplicationContext supporting JAMES' conf/var specific behaviours and the "classpath:" prefix.
 

Methods in org.apache.james.container.spring.beanfactory that return AvalonApplicationContext
static AvalonApplicationContext AvalonApplicationContext.newAvalonApplicationContext()
          configuration-by-convention constructor, tries to find default config files on classpath
static AvalonApplicationContext AvalonApplicationContext.newAvalonApplicationContext(org.springframework.core.io.Resource containerConfigurationResource, org.springframework.core.io.Resource applicationConfigurationResource)
           
static AvalonApplicationContext AvalonApplicationContext.newAvalonApplicationContext(java.lang.String containerConf, java.lang.String applicationConf)
           
 



Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.