Interface PortalContext


  • public interface PortalContext
    Represent the context of the portal that performs the invocation.
    Version:
    $Revision: 6720 $
    Author:
    Julien Viet
    • 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
      • getModes

        Set<Mode> getModes()
        Return the modes accepted by this portal context.
        Returns:
        the modes
      • getProperties

        Map<String,​String> getProperties()
        Return the set of properties of this portal context.
        Returns:
        the properties