Package org.gatein.pc.api.spi
Interface PortalContext
-
public interface PortalContextRepresent the context of the portal that performs the invocation.- Version:
- $Revision: 6720 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInfo()Return info about the portal.Set<Mode>getModes()Return the modes accepted by this portal context.Map<String,String>getProperties()Return the set of properties of this portal context.Set<WindowState>getWindowStates()Return the window states accepted by this portal context.
-
-
-
Method Detail
-
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
-
-