public interface WelcomeMessageService
| Modifier and Type | Field and Description |
|---|---|
static String |
WELCOME_MESSAGE_TEMPLATE_KEY |
static String |
WELCOME_MESSAGE_TEMPLATE_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getWelcomeMessage() |
com.atlassian.fugue.Pair<String,WebResourceDependenciesRecorder.RecordedResources> |
getWelcomeMessageResource() |
void |
saveWelcomeMessage(String content)
Save the give welcome message.
|
static final String WELCOME_MESSAGE_TEMPLATE_NAME
static final String WELCOME_MESSAGE_TEMPLATE_KEY
String getWelcomeMessage()
com.atlassian.fugue.Pair<String,WebResourceDependenciesRecorder.RecordedResources> getWelcomeMessageResource()
void saveWelcomeMessage(String content)
content - to save in xhtml storage formatCopyright © 2003–2017 Atlassian. All rights reserved.