org.jasig.portal.portlet.container.services
Class OptionalContainerServicesImpl
java.lang.Object
org.apache.pluto.core.DefaultOptionalContainerServices
org.jasig.portal.portlet.container.services.OptionalContainerServicesImpl
- All Implemented Interfaces:
- org.apache.pluto.OptionalContainerServices
public class OptionalContainerServicesImpl
- extends org.apache.pluto.core.DefaultOptionalContainerServices
- Version:
- $Revision$
- Author:
- Eric Dalquist
| Methods inherited from class org.apache.pluto.core.DefaultOptionalContainerServices |
getPortletInfoService, getPortletInvokerService, getPortletRegistryService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionalContainerServicesImpl
public OptionalContainerServicesImpl()
setUserInfoService
public void setUserInfoService(org.apache.pluto.spi.optional.UserInfoService userInfoService)
- Parameters:
userInfoService - the userInfoService to set
setPortalAdministrationService
public void setPortalAdministrationService(org.apache.pluto.spi.optional.PortalAdministrationService portalAdministrationService)
- Parameters:
portalAdministrationService - the portalAdministrationService to set
setPortletPreferencesService
public void setPortletPreferencesService(org.apache.pluto.spi.optional.PortletPreferencesService portletPreferencesService)
- Parameters:
portletPreferencesService - the portletPreferencesService to set
setPortletEnvironmentService
public void setPortletEnvironmentService(org.apache.pluto.spi.optional.PortletEnvironmentService portletEnvironmentService)
- Parameters:
portletEnvironmentService - the portletEnvironmentService to set
setRequestAttributeService
public void setRequestAttributeService(org.apache.pluto.spi.optional.RequestAttributeService requestAttributeService)
- Parameters:
requestAttributeService - the requestAttributeService to set
getPortalAdministrationService
public org.apache.pluto.spi.optional.PortalAdministrationService getPortalAdministrationService()
- Specified by:
getPortalAdministrationService in interface org.apache.pluto.OptionalContainerServices- Overrides:
getPortalAdministrationService in class org.apache.pluto.core.DefaultOptionalContainerServices
getPortletPreferencesService
public org.apache.pluto.spi.optional.PortletPreferencesService getPortletPreferencesService()
- Specified by:
getPortletPreferencesService in interface org.apache.pluto.OptionalContainerServices- Overrides:
getPortletPreferencesService in class org.apache.pluto.core.DefaultOptionalContainerServices
getUserInfoService
public org.apache.pluto.spi.optional.UserInfoService getUserInfoService()
- Specified by:
getUserInfoService in interface org.apache.pluto.OptionalContainerServices- Overrides:
getUserInfoService in class org.apache.pluto.core.DefaultOptionalContainerServices
getPortletEnvironmentService
public org.apache.pluto.spi.optional.PortletEnvironmentService getPortletEnvironmentService()
- Specified by:
getPortletEnvironmentService in interface org.apache.pluto.OptionalContainerServices- Overrides:
getPortletEnvironmentService in class org.apache.pluto.core.DefaultOptionalContainerServices
getRequestAttributeService
public org.apache.pluto.spi.optional.RequestAttributeService getRequestAttributeService()
- Specified by:
getRequestAttributeService in interface org.apache.pluto.OptionalContainerServices- Overrides:
getRequestAttributeService in class org.apache.pluto.core.DefaultOptionalContainerServices
Copyright © 2010 Jasig. All Rights Reserved.