Package org.gatein.pc.api.spi
Interface WindowContext
public interface WindowContext
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptiongetId()Return an id that can differenciate windows.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 Details
-
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
-