uPortal 2.4.1
API Documentation

org.jasig.portal.container.services.information
Class PortalContextProviderImpl

java.lang.Object
  extended byorg.jasig.portal.container.services.information.PortalContextProviderImpl
All Implemented Interfaces:
org.apache.pluto.services.information.PortalContextProvider

public class PortalContextProviderImpl
extends java.lang.Object
implements org.apache.pluto.services.information.PortalContextProvider

Implementation of Apache Pluto object model.

Version:
$Revision: 1.5 $
Author:
Ken Weiner, kweiner@unicon.net

Constructor Summary
PortalContextProviderImpl()
           
 
Method Summary
 java.lang.String getPortalInfo()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.util.Collection getPropertyNames()
           
 java.util.Collection getSupportedPortletModes()
           
 java.util.Collection getSupportedWindowStates()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalContextProviderImpl

public PortalContextProviderImpl()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Specified by:
getProperty in interface org.apache.pluto.services.information.PortalContextProvider

getPropertyNames

public java.util.Collection getPropertyNames()
Specified by:
getPropertyNames in interface org.apache.pluto.services.information.PortalContextProvider

getSupportedPortletModes

public java.util.Collection getSupportedPortletModes()
Specified by:
getSupportedPortletModes in interface org.apache.pluto.services.information.PortalContextProvider

getSupportedWindowStates

public java.util.Collection getSupportedWindowStates()
Specified by:
getSupportedWindowStates in interface org.apache.pluto.services.information.PortalContextProvider

getPortalInfo

public java.lang.String getPortalInfo()
Specified by:
getPortalInfo in interface org.apache.pluto.services.information.PortalContextProvider

uPortal 2.4.1
API Documentation