org.jboss.portal.portlet.impl
Class PortalContextImpl

java.lang.Object
  extended by org.jboss.portal.portlet.impl.PortalContextImpl
All Implemented Interfaces:
PortalContext

public class PortalContextImpl
extends java.lang.Object
implements PortalContext

todo : does not provide customizable values for portlet modes and window states.


Constructor Summary
PortalContextImpl(Portal portal)
           
 
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(Portal portal)
Method Detail

getPortalInfo

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

getProperty

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

getPropertyNames

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

getSupportedPortletModes

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

getSupportedWindowStates

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