org.jboss.portal.portlet.impl
Class PortalContextImpl
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalContextImpl
public PortalContextImpl(Portal portal)
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