com.atlassian.bamboo.ww2.actions.setup
Class BambooContextLoaderListener

java.lang.Object
  extended by BootstrappedContextLoaderListener
      extended by com.atlassian.bamboo.ww2.actions.setup.BambooContextLoaderListener

public class BambooContextLoaderListener
extends BootstrappedContextLoaderListener

Spring context loader with custom bamboo configurarations


Constructor Summary
BambooContextLoaderListener()
           
 
Method Summary
protected  void postInitialiseContext(ServletContextEvent event)
          On context initialisation, change the ObjectFactory to the WebWorkSpringObjectFactory one.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BambooContextLoaderListener

public BambooContextLoaderListener()
Method Detail

postInitialiseContext

protected void postInitialiseContext(ServletContextEvent event)
On context initialisation, change the ObjectFactory to the WebWorkSpringObjectFactory one. This can only be done after the spring bootstrapping has succeeded (since spring hasn't been setup)

Parameters:
event -


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.