org.springframework.richclient.context.support
Class DefaultRichClientApplicationContext

java.lang.Object
  extended by org.springframework.core.io.DefaultResourceLoader
      extended by org.springframework.context.support.AbstractApplicationContext
          extended by org.springframework.context.support.AbstractRefreshableApplicationContext
              extended by org.springframework.context.support.AbstractXmlApplicationContext
                  extended by org.springframework.context.support.ClassPathXmlApplicationContext
                      extended by org.springframework.richclient.context.support.DefaultRichClientApplicationContext
All Implemented Interfaces:
BeanFactory, DisposableBean, HierarchicalBeanFactory, ListableBeanFactory, ApplicationContext, ApplicationEventPublisher, ConfigurableApplicationContext, Lifecycle, MessageSource, ResourceLoader, ResourcePatternResolver, RichClientApplicationContext

public class DefaultRichClientApplicationContext
extends ClassPathXmlApplicationContext
implements RichClientApplicationContext


Field Summary
 
Fields inherited from class org.springframework.context.support.AbstractApplicationContext
APPLICATION_EVENT_MULTICASTER_BEAN_NAME, logger, MESSAGE_SOURCE_BEAN_NAME
 
Fields inherited from interface org.springframework.beans.factory.BeanFactory
FACTORY_BEAN_PREFIX
 
Fields inherited from interface org.springframework.core.io.support.ResourcePatternResolver
CLASSPATH_ALL_URL_PREFIX
 
Fields inherited from interface org.springframework.core.io.ResourceLoader
CLASSPATH_URL_PREFIX
 
Fields inherited from interface org.springframework.context.ConfigurableApplicationContext
LOAD_TIME_WEAVER_BEAN_NAME
 
Constructor Summary
DefaultRichClientApplicationContext(String configLocation)
           
DefaultRichClientApplicationContext(String[] configLocations)
           
DefaultRichClientApplicationContext(String[] configLocations, ApplicationContext parent)
           
DefaultRichClientApplicationContext(String[] configLocations, boolean refresh)
           
DefaultRichClientApplicationContext(String[] configLocations, boolean refresh, ApplicationContext parent)
           
DefaultRichClientApplicationContext(String[] paths, Class clazz)
           
DefaultRichClientApplicationContext(String[] arg0, Class arg1, ApplicationContext arg2)
           
DefaultRichClientApplicationContext(String path, Class clazz)
           
 
Method Summary
protected  void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
           
 
Methods inherited from class org.springframework.context.support.ClassPathXmlApplicationContext
getConfigLocations, getConfigResources
 
Methods inherited from class org.springframework.context.support.AbstractXmlApplicationContext
initBeanDefinitionReader, loadBeanDefinitions, loadBeanDefinitions
 
Methods inherited from class org.springframework.context.support.AbstractRefreshableApplicationContext
closeBeanFactory, createBeanFactory, customizeBeanFactory, getBeanFactory, hasBeanFactory, refreshBeanFactory
 
Methods inherited from class org.springframework.context.support.AbstractApplicationContext
addApplicationListener, addBeanFactoryPostProcessor, addListener, cancelRefresh, close, containsBean, containsBeanDefinition, containsLocalBean, destroy, destroyBeans, doClose, finishBeanFactoryInitialization, finishRefresh, getAliases, getApplicationListeners, getAutowireCapableBeanFactory, getBean, getBean, getBean, getBeanDefinitionCount, getBeanDefinitionNames, getBeanFactoryPostProcessors, getBeanNamesForType, getBeanNamesForType, getBeansOfType, getBeansOfType, getDisplayName, getInternalParentBeanFactory, getInternalParentMessageSource, getMessage, getMessage, getMessage, getParent, getParentBeanFactory, getResourcePatternResolver, getResources, getStartupDate, getType, initApplicationEventMulticaster, initLifecycleDependentBeans, initMessageSource, invokeBeanFactoryPostProcessors, isActive, isPrototype, isRunning, isSingleton, isTypeMatch, obtainFreshBeanFactory, onClose, onRefresh, prepareBeanFactory, prepareRefresh, publishEvent, refresh, registerBeanPostProcessors, registerListeners, registerShutdownHook, setDisplayName, setParent, start, stop, toString
 
Methods inherited from class org.springframework.core.io.DefaultResourceLoader
getClassLoader, getResource, getResourceByPath, setClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.context.ApplicationContext
getAutowireCapableBeanFactory, getDisplayName, getParent, getStartupDate
 
Methods inherited from interface org.springframework.beans.factory.ListableBeanFactory
containsBeanDefinition, getBeanDefinitionCount, getBeanDefinitionNames, getBeanNamesForType, getBeanNamesForType, getBeansOfType, getBeansOfType
 
Methods inherited from interface org.springframework.beans.factory.HierarchicalBeanFactory
containsLocalBean, getParentBeanFactory
 
Methods inherited from interface org.springframework.beans.factory.BeanFactory
containsBean, getAliases, getBean, getBean, getBean, getType, isPrototype, isSingleton, isTypeMatch
 
Methods inherited from interface org.springframework.context.MessageSource
getMessage, getMessage, getMessage
 
Methods inherited from interface org.springframework.context.ApplicationEventPublisher
publishEvent
 
Methods inherited from interface org.springframework.core.io.support.ResourcePatternResolver
getResources
 
Methods inherited from interface org.springframework.core.io.ResourceLoader
getClassLoader, getResource
 

Constructor Detail

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String path,
                                           Class clazz)
                                    throws BeansException
Throws:
BeansException

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String configLocation)
                                    throws BeansException
Throws:
BeansException

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String[] configLocations,
                                           ApplicationContext parent)
                                    throws BeansException
Throws:
BeansException

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String[] configLocations,
                                           boolean refresh,
                                           ApplicationContext parent)
                                    throws BeansException
Throws:
BeansException

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String[] configLocations,
                                           boolean refresh)
                                    throws BeansException
Throws:
BeansException

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String[] arg0,
                                           Class arg1,
                                           ApplicationContext arg2)
                                    throws BeansException
Throws:
BeansException

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String[] paths,
                                           Class clazz)
                                    throws BeansException
Throws:
BeansException

DefaultRichClientApplicationContext

public DefaultRichClientApplicationContext(String[] configLocations)
                                    throws BeansException
Throws:
BeansException
Method Detail

postProcessBeanFactory

protected void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory)
                               throws BeansException
Overrides:
postProcessBeanFactory in class AbstractApplicationContext
Throws:
BeansException


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.