org.jboss.portal.server.app.spi
Interface PortalContext


public interface PortalContext


Method Summary
 java.util.Map getProperties()
          Return the set of properties of this portal.
 java.util.Set getSupportedModes()
          Return the mode provider of this portal.
 java.util.Set getSupportedWindowStates()
          Return the window state provider of this portal.
 

Method Detail

getSupportedWindowStates

public java.util.Set getSupportedWindowStates()
Return the window state provider of this portal.


getSupportedModes

public java.util.Set getSupportedModes()
Return the mode provider of this portal.


getProperties

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