|
||||||||||
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
Constructor Summary | |
---|---|
StaticInformationProviderImpl(PortletRegistry portletRegistry)
|
|
StaticInformationProviderImpl(javax.servlet.ServletConfig config,
org.apache.pluto.services.information.PortalContextProvider portalContextProvider,
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(java.lang.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 |
Constructor Detail |
---|
public StaticInformationProviderImpl(javax.servlet.ServletConfig config, org.apache.pluto.services.information.PortalContextProvider portalContextProvider, PortletRegistry portletRegistry)
public StaticInformationProviderImpl(PortletRegistry portletRegistry)
Method Detail |
---|
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinition(java.lang.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.StaticInformationProvider
StaticInformationProvider.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.StaticInformationProvider
arg0
-
StaticInformationProvider.getPortletDefinition(org.apache.pluto.om.common.ObjectID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |