org.apache.cocoon.portal.pluto
Class StaticInformationProviderImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.StaticInformationProviderImpl
All Implemented Interfaces:
org.apache.pluto.services.information.StaticInformationProvider

public class StaticInformationProviderImpl
extends Object
implements org.apache.pluto.services.information.StaticInformationProvider

Version:
CVS $Id: StaticInformationProviderImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  org.apache.pluto.services.information.PortalContextProvider provider
           
protected  PortletDefinitionRegistry registry
           
 
Constructor Summary
StaticInformationProviderImpl(org.apache.pluto.services.information.PortalContextProvider provider, PortletDefinitionRegistry registry)
          Constructor
 
Method Summary
 org.apache.pluto.services.information.PortalContextProvider getPortalContextProvider()
           
 org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(org.apache.pluto.om.common.ObjectID portletGUID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

provider

protected org.apache.pluto.services.information.PortalContextProvider provider

registry

protected PortletDefinitionRegistry registry
Constructor Detail

StaticInformationProviderImpl

public StaticInformationProviderImpl(org.apache.pluto.services.information.PortalContextProvider provider,
                                     PortletDefinitionRegistry registry)
Constructor

Method Detail

getPortalContextProvider

public org.apache.pluto.services.information.PortalContextProvider getPortalContextProvider()
Specified by:
getPortalContextProvider in interface org.apache.pluto.services.information.StaticInformationProvider

getPortletDefinition

public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(org.apache.pluto.om.common.ObjectID portletGUID)
Specified by:
getPortletDefinition in interface org.apache.pluto.services.information.StaticInformationProvider


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.