com.atlassian.bamboo.ww2.actions.setup
Class BambooContextLoaderListener
java.lang.Object
BootstrappedContextLoaderListener
com.atlassian.bamboo.ww2.actions.setup.BambooContextLoaderListener
public class BambooContextLoaderListener
- extends BootstrappedContextLoaderListener
Spring context loader with custom bamboo configurarations
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 |
BambooContextLoaderListener
public BambooContextLoaderListener()
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.