org.jasig.portal.portlet.container.services
Class RequiredContainerServicesImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequiredContainerServicesImpl
public RequiredContainerServicesImpl()
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.