com.atlassian.studio.confluence.setup
Class ConfluenceSetupServiceImpl

java.lang.Object
  extended by com.atlassian.studio.confluence.setup.ConfluenceSetupServiceImpl
All Implemented Interfaces:
com.atlassian.sal.api.lifecycle.LifecycleAware, ConfluenceSetupService

public class ConfluenceSetupServiceImpl
extends java.lang.Object
implements ConfluenceSetupService, com.atlassian.sal.api.lifecycle.LifecycleAware


Constructor Summary
ConfluenceSetupServiceImpl(com.atlassian.sal.api.lifecycle.LifecycleManager lifecycleManager, com.atlassian.config.lifecycle.LifecycleManager configLifeCycleManager)
           
 
Method Summary
 void onStart()
           
 void startLifecycle(javax.servlet.ServletContext servletContext)
          Start lifecycle, if it hasn't already been started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceSetupServiceImpl

public ConfluenceSetupServiceImpl(com.atlassian.sal.api.lifecycle.LifecycleManager lifecycleManager,
                                  com.atlassian.config.lifecycle.LifecycleManager configLifeCycleManager)
Method Detail

startLifecycle

public void startLifecycle(javax.servlet.ServletContext servletContext)
Description copied from interface: ConfluenceSetupService
Start lifecycle, if it hasn't already been started. The reason this exists is that for some reason, lifecycle tasks aren't executed when Confluence gets setup for the first time.

Specified by:
startLifecycle in interface ConfluenceSetupService

onStart

public void onStart()
Specified by:
onStart in interface com.atlassian.sal.api.lifecycle.LifecycleAware


Copyright © 2003-2014 Atlassian. All Rights Reserved.