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