org.apache.pluto.core.impl
Class PortalContextImpl
java.lang.Object
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalContextImpl
public PortalContextImpl()
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-2007 . All Rights Reserved.