Interface WelcomeMessageService

All Known Implementing Classes:
DefaultWelcomeMessageService

public interface WelcomeMessageService
A service to retrieve the welcome message
Since:
4.2
  • Field Details

  • Method Details

    • 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