| org.apache.pluto.RequiredContainerServices
All known Subclasses: org.apache.pluto.driver.services.container.ContainerServicesImpl,
RequiredContainerServices | public interface RequiredContainerServices (Code) | | This interface defines the services required for integration between the
Pluto Portlet Container and a Portal.
|
Method Summary | |
public PortalCallbackService | getPortalCallbackService() Returns the portal callback service implementation instance associated
with this group of portlet container services. | public PortalContext | getPortalContext() Returns the PortalContext instance associated with this group of
portlet container services. |
getPortalCallbackService | public PortalCallbackService getPortalCallbackService()(Code) | | Returns the portal callback service implementation instance associated
with this group of portlet container services.
a PortalCallbackService implementation. |
getPortalContext | public PortalContext getPortalContext()(Code) | | Returns the PortalContext instance associated with this group of
portlet container services.
a PortalContext implementation. |
|
|