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

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

public class SakaiOptionalPortletContainerServices
extends Object
implements org.apache.pluto.OptionalContainerServices

Since:
Sakai 2.4
Version:
$Rev: 110562 $
Author:
csev

Nested Class Summary
 class SakaiOptionalPortletContainerServices.SakaiPortalAdministrationService
           
 class SakaiOptionalPortletContainerServices.SakaiPortletPreferencesService
           
 class SakaiOptionalPortletContainerServices.SakaiUserInfoService
           
 
Field Summary
protected static String CURRENT_PLACEMENT
           
 
Constructor Summary
SakaiOptionalPortletContainerServices()
           
 
Method Summary
 org.apache.pluto.spi.optional.PortalAdministrationService getPortalAdministrationService()
           
 org.apache.pluto.spi.optional.PortletEnvironmentService getPortletEnvironmentService()
           
 org.apache.pluto.spi.optional.PortletInfoService getPortletInfoService()
           
 org.apache.pluto.spi.optional.PortletInvokerService getPortletInvokerService()
           
 org.apache.pluto.spi.optional.PortletPreferencesService getPortletPreferencesService()
           
 org.apache.pluto.spi.optional.PortletRegistryService getPortletRegistryService()
           
 org.apache.pluto.spi.optional.RequestAttributeService getRequestAttributeService()
           
 org.apache.pluto.spi.optional.UserInfoService getUserInfoService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CURRENT_PLACEMENT

protected static final String CURRENT_PLACEMENT
See Also:
Constant Field Values
Constructor Detail

SakaiOptionalPortletContainerServices

public SakaiOptionalPortletContainerServices()
Method Detail

getPortletPreferencesService

public org.apache.pluto.spi.optional.PortletPreferencesService getPortletPreferencesService()
Specified by:
getPortletPreferencesService in interface org.apache.pluto.OptionalContainerServices

getPortletRegistryService

public org.apache.pluto.spi.optional.PortletRegistryService getPortletRegistryService()
Specified by:
getPortletRegistryService in interface org.apache.pluto.OptionalContainerServices

getPortletEnvironmentService

public org.apache.pluto.spi.optional.PortletEnvironmentService getPortletEnvironmentService()
Specified by:
getPortletEnvironmentService in interface org.apache.pluto.OptionalContainerServices

getPortletInvokerService

public org.apache.pluto.spi.optional.PortletInvokerService getPortletInvokerService()
Specified by:
getPortletInvokerService in interface org.apache.pluto.OptionalContainerServices

getPortletInfoService

public org.apache.pluto.spi.optional.PortletInfoService getPortletInfoService()
Specified by:
getPortletInfoService in interface org.apache.pluto.OptionalContainerServices

getRequestAttributeService

public org.apache.pluto.spi.optional.RequestAttributeService getRequestAttributeService()
Specified by:
getRequestAttributeService in interface org.apache.pluto.OptionalContainerServices

getPortalAdministrationService

public org.apache.pluto.spi.optional.PortalAdministrationService getPortalAdministrationService()
Specified by:
getPortalAdministrationService in interface org.apache.pluto.OptionalContainerServices

getUserInfoService

public org.apache.pluto.spi.optional.UserInfoService getUserInfoService()
Specified by:
getUserInfoService in interface org.apache.pluto.OptionalContainerServices


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