Class HomepageService


  • public class HomepageService
    extends Object
    An service which uses the global and user settings to determine the homepage for any given user.
    Since:
    5.9
    • Method Detail

      • getHomepage

        public @NonNull Homepage getHomepage​(@Nullable ConfluenceUser user)
        Determines which type of homepage the current user should receive.
        Parameters:
        user - The user making the request. May be null for anonymous users.