Uses of Interface
org.sakaiproject.portal.api.PortalHandler

Packages that use PortalHandler
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
 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
 void PortalService.addHandler(Portal portal, PortalHandler handler)
          Add a PortalHandler to the portal Handler map for the named context.
 void PortalService.addHandler(String portalContext, PortalHandler handler)
          Add a PortalHandler when you don't have a reference to the portal.
 



Copyright © 2003-2012 Sakai Project. All Rights Reserved.