org.jboss.portal.portlet.test
Class TestPortalContext

java.lang.Object
  extended by org.jboss.portal.portlet.test.TestPortalContext
All Implemented Interfaces:
PortalContext

public class TestPortalContext
extends java.lang.Object
implements PortalContext

Version:
$Revision: 7001 $
Author:
Julien Viet

Constructor Summary
TestPortalContext()
           
 
Method Summary
 java.lang.String getInfo()
          Return info about the portal.
 java.util.Set getModes()
          Return the modes accepted by this portal context.
 java.util.Map getProperties()
          Return the set of properties of this portal context.
 java.util.Set getWindowStates()
          Return the window states accepted by this portal context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPortalContext

public TestPortalContext()
Method Detail

getInfo

public java.lang.String getInfo()
Description copied from interface: PortalContext
Return info about the portal.

Specified by:
getInfo in interface PortalContext
Returns:
portal infos

getWindowStates

public java.util.Set getWindowStates()
Description copied from interface: PortalContext
Return the window states accepted by this portal context.

Specified by:
getWindowStates in interface PortalContext

getModes

public java.util.Set getModes()
Description copied from interface: PortalContext
Return the modes accepted by this portal context.

Specified by:
getModes in interface PortalContext

getProperties

public java.util.Map getProperties()
Description copied from interface: PortalContext
Return the set of properties of this portal context.

Specified by:
getProperties in interface PortalContext