org.apache.pluto.services.information
Interface StaticInformationProvider


public interface StaticInformationProvider

Provide information from the portal to portlet container that don't change between requests.


Method Summary
 PortalContextProvider getPortalContextProvider()
          Returns the portal context
 PortletDefinition getPortletDefinition(ObjectID portletGUID)
          Returns the portlet model to the passed guid
 

Method Detail

getPortalContextProvider

PortalContextProvider getPortalContextProvider()
Returns the portal context

Returns:
the portal context

getPortletDefinition

PortletDefinition getPortletDefinition(ObjectID portletGUID)
Returns the portlet model to the passed guid

Parameters:
portletGUID - the GUID of the portlet model to be returned
Returns:
the portlet model


Copyright © 2003-2011 . All Rights Reserved.