org.jboss.portal.core.model.portal.portlet
Class PortalContextImpl

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

public class PortalContextImpl
extends java.lang.Object
implements org.jboss.portal.portlet.spi.PortalContext

Version:
$Revision: 8786 $
Author:
Julien Viet

Field Summary
protected  Portal portal
          .
 
Constructor Summary
PortalContextImpl(Portal portal)
           
 
Method Summary
 java.lang.String getInfo()
           
 java.util.Set getModes()
           
 java.util.Map getProperties()
           
 java.util.Set getWindowStates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portal

protected Portal portal
.

Constructor Detail

PortalContextImpl

public PortalContextImpl(Portal portal)
Method Detail

getInfo

public java.lang.String getInfo()
Specified by:
getInfo in interface org.jboss.portal.portlet.spi.PortalContext

getWindowStates

public java.util.Set getWindowStates()
Specified by:
getWindowStates in interface org.jboss.portal.portlet.spi.PortalContext

getModes

public java.util.Set getModes()
Specified by:
getModes in interface org.jboss.portal.portlet.spi.PortalContext

getProperties

public java.util.Map getProperties()
Specified by:
getProperties in interface org.jboss.portal.portlet.spi.PortalContext