| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.services.information.StaticInformationProviderImpl
public class StaticInformationProviderImpl
Provides static information to Pluto Container: 1. PortletDefinition - given a unique registry id, retrieve the portlet definition from the portlet registry
| Field Summary | |
|---|---|
| private  org.apache.jetspeed.components.portletregistry.PortletRegistry | portletRegistry | 
| Constructor Summary | |
|---|---|
| StaticInformationProviderImpl(org.apache.jetspeed.components.portletregistry.PortletRegistry portletRegistry) | |
| StaticInformationProviderImpl(javax.servlet.ServletConfig config,
                              org.apache.pluto.services.information.PortalContextProvider portalContextProvider,
                              org.apache.jetspeed.components.portletregistry.PortletRegistry portletRegistry) | |
| Method Summary | |
|---|---|
|  org.apache.pluto.services.information.PortalContextProvider | getPortalContextProvider()getPortalContextProvider | 
|  org.apache.pluto.om.portlet.PortletDefinition | getPortletDefinition(org.apache.pluto.om.common.ObjectID id)getPortletDefinition | 
|  org.apache.pluto.om.portlet.PortletDefinition | getPortletDefinition(String uniqueId)Given a unique registry id, retrieve the portlet definition from the portlet registry | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private final org.apache.jetspeed.components.portletregistry.PortletRegistry portletRegistry
| Constructor Detail | 
|---|
public StaticInformationProviderImpl(javax.servlet.ServletConfig config,
                                     org.apache.pluto.services.information.PortalContextProvider portalContextProvider,
                                     org.apache.jetspeed.components.portletregistry.PortletRegistry portletRegistry)
public StaticInformationProviderImpl(org.apache.jetspeed.components.portletregistry.PortletRegistry portletRegistry)
| Method Detail | 
|---|
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(String uniqueId)
uniqueId - The uniquely identifying portlet id in the registrypublic org.apache.pluto.services.information.PortalContextProvider getPortalContextProvider()
getPortalContextProvider
getPortalContextProvider in interface org.apache.pluto.services.information.StaticInformationProviderStaticInformationProvider.getPortalContextProvider()public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(org.apache.pluto.om.common.ObjectID id)
getPortletDefinition
getPortletDefinition in interface org.apache.pluto.services.information.StaticInformationProviderarg0 - 
StaticInformationProvider.getPortletDefinition(org.apache.pluto.om.common.ObjectID)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||