| java.lang.Object |
| ↳ |
com.atlassian.confluence.setup.ConfluenceConfigurationListener |
Class Overview
Brings up the initial, minimal environment necessary to bootstrap Confluence. The bootstrap environment loads
the application configuration from confluence.home, and initialises sufficient Spring components to run the
setup wizard if required.
If the application configuration is complete, the
com.atlassian.config.bootstrap.BootstrappedContextLoaderListener will take care of bringing up the
remainder of the application, including the full Spring context, Hibernate, and so on.
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
javax.servlet.ServletContextListener
|
abstract
void
|
contextDestroyed(ServletContextEvent arg0)
|
|
abstract
void
|
contextInitialized(ServletContextEvent arg0)
|
|
Public Constructors
public
ConfluenceConfigurationListener
()
Public Methods
public
void
contextDestroyed
(ServletContextEvent event)
public
void
contextInitialized
(ServletContextEvent event)