Package org.sakaiproject.pasystem.api
Interface PASystem
-
public interface PASystemThe interface for the PA System service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()BannersgetBanners()Return the banners sub-serviceStringgetFooter()Return the HTML to be appended to the bottom of each portal page.I18ngetI18n(ClassLoader loader, String resourceBase)Return an I18N translator for a given file and locale.PopupsgetPopups()Return the popups sub-service.voidinit()
-
-
-
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.
-
-