com.atlassian.studio.confluence.startup
Interface ConfluenceSetupService


public interface ConfluenceSetupService

Service for setting up Confluence

Since:
v3.0

Method Summary
 void setupAppLinks()
          Setup AppLinks
 void startLifecycle(javax.servlet.ServletContext servletContext)
          Start lifecycle, if it hasn't already been started.
 

Method Detail

setupAppLinks

void setupAppLinks()
Setup AppLinks


startLifecycle

void startLifecycle(javax.servlet.ServletContext servletContext)
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.



Copyright © 2003-2012 Atlassian. All Rights Reserved.