org.sakaiproject.portal.render.portlet.services
Class SakaiPortletContainerServices

java.lang.Object
  extended by org.sakaiproject.portal.render.portlet.services.SakaiPortletContainerServices
All Implemented Interfaces:
org.apache.pluto.RequiredContainerServices

public class SakaiPortletContainerServices
extends Object
implements org.apache.pluto.RequiredContainerServices

Since:
Sakai 2.4
Version:
$Rev: 110562 $
Author:
ddwolf, ieb

Constructor Summary
SakaiPortletContainerServices()
           
 
Method Summary
 org.apache.pluto.spi.PortalCallbackService getPortalCallbackService()
           
 javax.portlet.PortalContext getPortalContext()
           
 void setPortalCallbackService(org.apache.pluto.spi.PortalCallbackService portalCallbackService)
           
 void setPortalContext(javax.portlet.PortalContext portalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SakaiPortletContainerServices

public SakaiPortletContainerServices()
Method Detail

getPortalContext

public javax.portlet.PortalContext getPortalContext()
Specified by:
getPortalContext in interface org.apache.pluto.RequiredContainerServices

setPortalContext

public void setPortalContext(javax.portlet.PortalContext portalContext)

getPortalCallbackService

public org.apache.pluto.spi.PortalCallbackService getPortalCallbackService()
Specified by:
getPortalCallbackService in interface org.apache.pluto.RequiredContainerServices

setPortalCallbackService

public void setPortalCallbackService(org.apache.pluto.spi.PortalCallbackService portalCallbackService)


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