org.apache.pluto.core.impl
Class PortalContextImpl

java.lang.Object
  extended by org.apache.pluto.core.impl.PortalContextImpl

public class PortalContextImpl
extends java.lang.Object

The PortalContext interface gives the portlet the ability to retrieve information about the portal calling this portlet.

The portlet can only read the PortalContext data.


Field Summary
private  PortalContextProvider provider
           
 
Constructor Summary
PortalContextImpl()
           
 
Method Summary
 java.lang.String getPortalInfo()
           
 java.lang.String getProperty(java.lang.String name)
           
 java.util.Enumeration getPropertyNames()
           
 java.util.Enumeration getSupportedPortletModes()
           
 java.util.Enumeration getSupportedWindowStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

provider

private PortalContextProvider provider
Constructor Detail

PortalContextImpl

public PortalContextImpl()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)

getPropertyNames

public java.util.Enumeration getPropertyNames()

getSupportedPortletModes

public java.util.Enumeration getSupportedPortletModes()

getSupportedWindowStates

public java.util.Enumeration getSupportedWindowStates()

getPortalInfo

public java.lang.String getPortalInfo()