org.apache.pluto
Interface RequiredContainerServices

All Known Implementing Classes:
ContainerServicesImpl

public interface RequiredContainerServices

This interface defines the services required for integration between the Pluto Portlet Container and a Portal.


Method Summary
 CCPPProfileService getCCPPProfileService()
          Returns the CC/PP profile service implementation
 PortalCallbackService getPortalCallbackService()
          Returns the portal callback service implementation instance associated with this group of portlet container services.
 PortalContext getPortalContext()
          Returns the PortalContext instance associated with this group of portlet container services.
 

Method Detail

getPortalContext

PortalContext getPortalContext()
Returns the PortalContext instance associated with this group of portlet container services.

Returns:
a PortalContext implementation.

getPortalCallbackService

PortalCallbackService getPortalCallbackService()
Returns the portal callback service implementation instance associated with this group of portlet container services.

Returns:
a PortalCallbackService implementation.

getCCPPProfileService

CCPPProfileService getCCPPProfileService()
Returns the CC/PP profile service implementation

Returns:
a CCPPProfileServiceImplementation


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.