com.ibm.mashups.enabler.strategy
Interface WidgetWindowLoadAheadStrategy

All Superinterfaces:
Strategy

public WidgetWindowLoadAheadStrategy
extends Strategy

Interface that defines a load ahead strategy for loading multiple widget window nodes in a batch operation. When applied to it will load the given windows as a batch request from the backend.


Constructor Summary
constructor(Map windowMap)
           
 
Method Summary
 int getWidgetWindowMap()
           Returns the number of elements to load ahead
 

Constructor Detail

constructor

public constructor(Map windowMap)
Parameters:
windowMap - a map defining the widget window ids. the key and the value must be the window id. Must not be null.
Method Detail

getWidgetWindowMap

int getWidgetWindowMap()
Returns the number of elements to load ahead

Returns:
number of elements to load ahead


Copyright IBM Corp. 2010 All Rights Reserved.