com.ibm.mashups.enabler.content
Interface ServerRuntimeContent


public ServerRuntimeContent

This interface exposes the markup of the server runtime content provider, i.e. the full markup including all model artifacts like widgets, wires, etc. plus personalization rules applied. The markup is based on the navigation state represented by a navigation state model.

Since:
2.4

Method Summary
 Deferred getServerRuntimeMarkup(NavigationStateModel navigationState)
           Returns the server runtime markup of this provider.
 

Method Detail

getServerRuntimeMarkup

Deferred getServerRuntimeMarkup(NavigationStateModel navigationState)
Returns the server runtime markup of this provider. The server runtime markup is based on the provided navigation state.

Parameters:
navigationState - navigation state model representing the navigation state, or null to use the current navigation state model
Returns:
A deferred object used to start this operation, never null. The return value when executed through the deferred object is the runtime markup as String.


Copyright IBM Corp. 2010 All Rights Reserved.