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 java.lang.String WELCOME_MESSAGE_TEMPLATE_KEY
           
static java.lang.String WELCOME_MESSAGE_TEMPLATE_NAME
           
 
Method Summary
 java.lang.String getWelcomeMessage()
           
 void saveWelcomeMessage(java.lang.String content)
          Save the give welcome message.
 

Field Detail

WELCOME_MESSAGE_TEMPLATE_NAME

static final java.lang.String WELCOME_MESSAGE_TEMPLATE_NAME
See Also:
Constant Field Values

WELCOME_MESSAGE_TEMPLATE_KEY

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

getWelcomeMessage

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

saveWelcomeMessage

void saveWelcomeMessage(java.lang.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.