org.jasig.portal.portlet.container.services
Class RequiredContainerServicesImpl

java.lang.Object
  extended by org.jasig.portal.portlet.container.services.RequiredContainerServicesImpl
All Implemented Interfaces:
org.apache.pluto.RequiredContainerServices

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

Required service locator bean which is provided to Pluto for access to the callbacks needed to render portlets.

Version:
$Revision$
Author:
Eric Dalquist

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

Constructor Detail

RequiredContainerServicesImpl

public RequiredContainerServicesImpl()
Method Detail

setPortalCallbackService

public void setPortalCallbackService(org.apache.pluto.spi.PortalCallbackService portalCallbackService)
Parameters:
portalCallbackService - the portalCallbackService to set

setPortalContext

public void setPortalContext(PortalContext portalContext)
Parameters:
portalContext - the portalContext to set

getPortalCallbackService

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

getPortalContext

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


Copyright © 2010 Jasig. All Rights Reserved.