org.apache.maven.continuum.management.util
Class PlexusApplicationContextDelegate

Package class diagram package PlexusApplicationContextDelegate
java.lang.Object
  extended by org.apache.maven.continuum.management.util.PlexusApplicationContextDelegate

public class PlexusApplicationContextDelegate
extends Object


Field Summary
protected  org.slf4j.Logger logger
          Logger used by this class.
 
Constructor Summary
PlexusApplicationContextDelegate()
           
 
Method Summary
protected  void doClose()
           
protected  void loadBeanDefinitions(org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader)
           
protected  void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory, org.springframework.context.ApplicationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected org.slf4j.Logger logger
Logger used by this class.

Constructor Detail

PlexusApplicationContextDelegate

public PlexusApplicationContextDelegate()
Method Detail

loadBeanDefinitions

protected void loadBeanDefinitions(org.springframework.beans.factory.xml.XmlBeanDefinitionReader reader)
                            throws org.springframework.beans.BeansException,
                                   IOException
Throws:
org.springframework.beans.BeansException
IOException
See Also:
AbstractXmlApplicationContext.loadBeanDefinitions(org.springframework.beans.factory.xml.XmlBeanDefinitionReader)

postProcessBeanFactory

protected void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory,
                                      org.springframework.context.ApplicationContext context)
See Also:
AbstractApplicationContext.postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory)

doClose

protected void doClose()
See Also:
AbstractApplicationContext.doClose()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.