| java.lang.Object org.apache.jetspeed.services.information.StaticInformationProviderImpl
StaticInformationProviderImpl | public class StaticInformationProviderImpl implements StaticInformationProvider(Code) | | Provides static information to Pluto Container:
1. PortletDefinition - given a unique registry id,
retrieve the portlet definition from the portlet registry
author: David Sean Taylor version: $Id: StaticInformationProviderImpl.java 516448 2007-03-09 16:25:47Z ate $ |
StaticInformationProviderImpl | public StaticInformationProviderImpl(ServletConfig config, PortalContextProvider portalContextProvider, PortletRegistry portletRegistry)(Code) | | |
getPortalContextProvider | public PortalContextProvider getPortalContextProvider()(Code) | |
getPortalContextProvider
See Also: org.apache.pluto.services.information.StaticInformationProvider.getPortalContextProvider |
getPortletDefinition | public PortletDefinition getPortletDefinition(String uniqueId)(Code) | | Given a unique registry id,
retrieve the portlet definition from the portlet registry
Parameters: uniqueId - The uniquely identifying portlet id in the registry |
getPortletDefinition | public PortletDefinition getPortletDefinition(ObjectID id)(Code) | |
getPortletDefinition
See Also: org.apache.pluto.services.information.StaticInformationProvider.getPortletDefinition(org.apache.pluto.om.common.ObjectID) Parameters: arg0 - |
|
|