Interface WindowContext


  • public interface WindowContext
    Version:
    $Revision: 5448 $
    Author:
    Julien Viet
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      Return an id that can differenciate windows.
      String getNamespace()
      Return a String that can be used for the Portlet prefixing of tokens that need to be unique within the markup of the aggregated page (e.g.
    • Method Detail

      • getId

        String getId()
        Return an id that can differenciate windows.
        Returns:
        the window id
      • getNamespace

        String getNamespace()
        Return a String that can be used for the Portlet prefixing of tokens that need to be unique within the markup of the aggregated page (e.g. JavaScript variables, HTML id attributes, etc.)
        Returns:
        a String that can be used as namespace in aggregated markup