org.jboss.portal.portlet.spi
Interface PortalContext

All Known Implementing Classes:
AbstractPortalContext

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<org.jboss.portal.Mode> getModes()
          Return the modes accepted by this portal context.
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Return the set of properties of this portal context.
 java.util.Set<org.jboss.portal.WindowState> 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<org.jboss.portal.WindowState> getWindowStates()
Return the window states accepted by this portal context.

Returns:
the window states

getModes

java.util.Set<org.jboss.portal.Mode> getModes()
Return the modes accepted by this portal context.

Returns:
the modes

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Return the set of properties of this portal context.

Returns:
the properties


Copyright © 2008. All Rights Reserved.