Class StartPageBean

    • Constructor Detail

      • StartPageBean

        public StartPageBean()
    • Method Detail

      • getId

        public String getId()
        Description copied from interface: StartPageAction
        Get the ID of the the action. This ID is stored as a user setting in BASE and is used to find the correct URL after logging in. It is recommended that an extension use the same ID as the extension itself have.
        Specified by:
        getId in interface StartPageAction
      • getUrl

        public String getUrl()
        Description copied from interface: StartPageAction
        Get the URL to the start page. The URL should be be an absolute URL. Use $SESSION-ID$ as a placeholder for the current session id. Eg. my_alternate_startpage.jsp?ID=$SESSION-ID$
        Specified by:
        getUrl in interface StartPageAction
        Returns:
        The URL to the page to load, or null to load the regular start page
      • setId

        public void setId​(String id)
      • setName

        public void setName​(String name)
      • setDescription

        public void setDescription​(String description)
      • setUrl

        public void setUrl​(String url)