com.atlassian.confluence.content.service
Interface WelcomeMessageService

All Known Implementing Classes:
DefaultWelcomeMessageService

public interface WelcomeMessageService

A service to retrieve the welcome message

Since:
4.2

Field Summary
static String WELCOME_MESSAGE_TEMPLATE_KEY
           
static String WELCOME_MESSAGE_TEMPLATE_NAME
           
 
Method Summary
 String getWelcomeMessage()
           
 void saveWelcomeMessage(String content)
          Save the give welcome message.
 

Field Detail

WELCOME_MESSAGE_TEMPLATE_NAME

static final String WELCOME_MESSAGE_TEMPLATE_NAME
See Also:
Constant Field Values

WELCOME_MESSAGE_TEMPLATE_KEY

static final String WELCOME_MESSAGE_TEMPLATE_KEY
See Also:
Constant Field Values
Method Detail

getWelcomeMessage

String getWelcomeMessage()
Returns:
the site welcome message, as an HTML string

saveWelcomeMessage

void saveWelcomeMessage(String content)
Save the give welcome message. If null is passed in, it will be reset.

Parameters:
content - to save in xhtml storage format


Copyright © 2003-2013 Atlassian. All Rights Reserved.