Interface PASystem


  • public interface PASystem
    The interface for the PA System service.
    • Method Detail

      • init

        void init()
      • destroy

        void destroy()
      • getFooter

        String getFooter()
        Return the HTML to be appended to the bottom of each portal page.
      • getPopups

        Popups getPopups()
        Return the popups sub-service.
      • getBanners

        Banners getBanners()
        Return the banners sub-service
      • getI18n

        I18n getI18n​(ClassLoader loader,
                     String resourceBase)
        Return an I18N translator for a given file and locale.