org.apache.pluto
Interface RequiredContainerServices


public interface RequiredContainerServices

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


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

Method Detail

getPortalContext

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

Returns:
a PortalContext implementation.

getPortalCallbackService

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

Returns:
a PortalCallbackService implementation.


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