Package org.xwiki.container
Interface ApplicationContextListener
Deprecated.
use the notion of Environment instead
Allows interested components to perform startup / shutdown tasks and be notified when the
ApplicationContext
is created / being destroyed.- Since:
- 1.9M2
- Version:
- $Id: 8f0e4178114966071e72d5c8b4e7bfc1184a9dd8 $
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroyApplicationContext(ApplicationContext applicationContext) Deprecated.Invoked just beforeApplicationContextis destroyed.voidinitializeApplicationContext(ApplicationContext applicationContext) Deprecated.Invoked when theApplicationContextis created.
-
Method Details
-
initializeApplicationContext
Deprecated.Invoked when theApplicationContextis created.- Parameters:
applicationContext- theApplicationContext.
-
destroyApplicationContext
Deprecated.Invoked just beforeApplicationContextis destroyed.- Parameters:
applicationContext- theApplicationContext.
-