public class PortalContextImpl
extends java.lang.Object
implements javax.portlet.PortalContext
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 and Description |
---|
PortalContextImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPortalInfo() |
java.lang.String |
getProperty(java.lang.String name) |
java.util.Enumeration |
getPropertyNames() |
java.util.Enumeration |
getSupportedPortletModes() |
java.util.Enumeration |
getSupportedWindowStates() |
public java.lang.String getProperty(java.lang.String name)
getProperty
in interface javax.portlet.PortalContext
public java.util.Enumeration getPropertyNames()
getPropertyNames
in interface javax.portlet.PortalContext
public java.util.Enumeration getSupportedPortletModes()
getSupportedPortletModes
in interface javax.portlet.PortalContext
public java.util.Enumeration getSupportedWindowStates()
getSupportedWindowStates
in interface javax.portlet.PortalContext
public java.lang.String getPortalInfo()
getPortalInfo
in interface javax.portlet.PortalContext
Copyright © 2003-2013 . All Rights Reserved.