Uses of Interface
org.sakaiproject.portal.api.PortalHandler
-
Packages that use PortalHandler Package Description org.sakaiproject.portal.api -
-
Uses of PortalHandler in org.sakaiproject.portal.api
Methods in org.sakaiproject.portal.api that return types with arguments of type PortalHandler Modifier and Type Method Description Map<String,PortalHandler>PortalService. getHandlerMap(Portal portal)Get the PortalHandler map for the portal Context.Methods in org.sakaiproject.portal.api with parameters of type PortalHandler Modifier and Type Method Description voidPortalService. addHandler(String portalContext, PortalHandler handler)Add a PortalHandler when you don't have a reference to the portal.voidPortalService. addHandler(Portal portal, PortalHandler handler)Add a PortalHandler to the portal Handler map for the named context.
-