Package org.gatein.pc.api.spi
Interface PortalContext
public interface PortalContext
Represent the context of the portal that performs the invocation.
- Version:
- $Revision: 6720 $
- Author:
- Julien Viet
-
Method Details
-
getInfo
String getInfo()Return info about the portal. Must conform to javax.portlet.PortalContext.getPortalInfo().- Returns:
- portal infos
-
getWindowStates
Set<WindowState> getWindowStates()Return the window states accepted by this portal context.- Returns:
- the window states
-
getModes
Return the modes accepted by this portal context.- Returns:
- the modes
-
getProperties
Return the set of properties of this portal context.- Returns:
- the properties
-