Interface WelcomeMessageService
- All Known Implementing Classes:
DefaultWelcomeMessageService
public interface WelcomeMessageService
A service to retrieve the welcome message
- Since:
- 4.2
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
saveWelcomeMessage
(String content) Save the give welcome message.
-
Field Details
-
WELCOME_MESSAGE_TEMPLATE_NAME
- See Also:
-
WELCOME_MESSAGE_TEMPLATE_KEY
- See Also:
-
-
Method Details
-
getWelcomeMessage
String getWelcomeMessage()- Returns:
- the site welcome message, as an HTML string
-
saveWelcomeMessage
Save the give welcome message. If null is passed in, it will be reset.- Parameters:
content
- to save in xhtml storage format
-