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

Packages that use Portal
org.sakaiproject.portal.api   
 

Uses of Portal in org.sakaiproject.portal.api
 

Methods in org.sakaiproject.portal.api with parameters of type Portal
 void PortalService.addHandler(Portal portal, PortalHandler handler)
          Add a PortalHandler to the portal Handler map for the named context.
 void PortalService.addPortal(Portal portal)
          Remove a portal from the portal service this should perform all the necessary cleanup
 void PortalHandler.deregister(Portal portal)
          deregister the the portal, invoked by the portal
 Map<String,PortalHandler> PortalService.getHandlerMap(Portal portal)
          Get the PortalHandler map for the portal Context.
 void PortalHandler.register(Portal portal, PortalService portalService, javax.servlet.ServletContext servletContext)
          register this handler with the portal, invoked by the portal
 void PortalService.removeHandler(Portal portal, String urlFragment)
          Remove the Portal Handler identitied by the URL fragment associated with the portal Context
 void PortalService.removePortal(Portal portal)
          Add a portal to the portal service
 



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