Class StartupPageModel


  • public class StartupPageModel
    extends Object
    Startup page model - a data object that is passed to all freemarker pages as a root object.

    This is a simple transfer object, it doesn't contain any logic.

    Author:
    Leonid Bushuev from JetBrains
    • Method Detail

      • getWebPrefix

        @NotNull
        public String getWebPrefix()
      • isExceptionsMessageExist

        public boolean isExceptionsMessageExist()
      • getExceptionsMessages

        public List<List<String>> getExceptionsMessages()
      • isExceptionsDetailsExist

        public boolean isExceptionsDetailsExist()
      • getExceptionsDetails

        @Nullable
        public List<String> getExceptionsDetails()
      • getDebug

        @Nullable
        public DebugBean getDebug()
      • isPageDebugging

        public boolean isPageDebugging()
      • getPageName

        @NotNull
        public String getPageName()
      • isReactUISupported

        public boolean isReactUISupported()
      • getTimestamp

        @NotNull
        public String getTimestamp()
      • isSecondaryNode

        public boolean isSecondaryNode()
      • getServerName

        public String getServerName()