org.jboss.portal.portlet.spi
Interface PortalContext

All Known Implementing Classes:
PortalContextImpl, TestPortalContext

public interface PortalContext

Represent the context of the portal that performs the invocation.


Method Summary
 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

getWindowStates

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


getModes

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


getProperties

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