org.apache.pluto.core.impl
Class PortalContextImpl

java.lang.Object
  extended byorg.apache.pluto.core.impl.PortalContextImpl
All Implemented Interfaces:
javax.portlet.PortalContext

public class PortalContextImpl
extends java.lang.Object
implements javax.portlet.PortalContext

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.


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
 

Constructor Detail

PortalContextImpl

public PortalContextImpl()
Method Detail

getProperty

public java.lang.String getProperty(java.lang.String name)
Specified by:
getProperty in interface javax.portlet.PortalContext

getPropertyNames

public java.util.Enumeration getPropertyNames()
Specified by:
getPropertyNames in interface javax.portlet.PortalContext

getSupportedPortletModes

public java.util.Enumeration getSupportedPortletModes()
Specified by:
getSupportedPortletModes in interface javax.portlet.PortalContext

getSupportedWindowStates

public java.util.Enumeration getSupportedWindowStates()
Specified by:
getSupportedWindowStates in interface javax.portlet.PortalContext

getPortalInfo

public java.lang.String getPortalInfo()
Specified by:
getPortalInfo in interface javax.portlet.PortalContext


Copyright © 2003-2006 . All Rights Reserved.