org.jboss.portal.portlet.spi
Interface PortalContext

All Known Implementing Classes:
AbstractPortalContext, JSFPortalContext, PortalContextImpl

public interface PortalContext

Represent the context of the portal that performs the invocation.

Version:
$Revision: 6720 $
Author:
Julien Viet

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.
 

Method Detail

getInfo

java.lang.String getInfo()
Return info about the portal.

Returns:
portal infos

getWindowStates

java.util.Set getWindowStates()
Return the window states accepted by this portal context.


getModes

java.util.Set getModes()
Return the modes accepted by this portal context.


getProperties

java.util.Map getProperties()
Return the set of properties of this portal context.