org.jasig.portal.container.services.information
Class StaticInformationProviderImpl
java.lang.Object
org.jasig.portal.container.services.information.StaticInformationProviderImpl
- All Implemented Interfaces:
- org.apache.pluto.services.information.StaticInformationProvider
- public class StaticInformationProviderImpl
- extends java.lang.Object
- implements org.apache.pluto.services.information.StaticInformationProvider
Implementation of Apache Pluto StaticInformationProvider.
The current implementation gets its data by parsing the web applciation
deployment descriptor (web.xml) and the portlet application deployment
descriptor (portlet.xml) of all installed portlet contexts. Contexts which
contain a valid portlet.xml file in the WEB-INF directory are considered
portlet contexts.
- Version:
- $Revision: 1.11 $
- Author:
- Ken Weiner, kweiner@unicon.net
Method Summary |
org.apache.pluto.services.information.PortalContextProvider |
getPortalContextProvider()
|
org.apache.pluto.om.portlet.PortletDefinition |
getPortletDefinition(org.apache.pluto.om.common.ObjectID portletGUID)
|
void |
init(javax.servlet.ServletConfig servletConfig,
java.util.Properties properties)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticInformationProviderImpl
public StaticInformationProviderImpl()
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
init
public void init(javax.servlet.ServletConfig servletConfig,
java.util.Properties properties)