com.ibm.mashups.enabler.content
Interface RuntimeContent


public RuntimeContent

This interface exposes the markup of the runtime content provider, i.e. the full markup including all model artifacts like widgets, wires, etc.

Since:
2.4

Method Summary
 Deferred getRuntimeMarkup()
           Returns the markup of this runtime content provider.
 

Method Detail

getRuntimeMarkup

Deferred getRuntimeMarkup()
Returns the markup of this runtime content provider. The runtime markup represents the current markup, including any modifications applied to this runtine content provider.

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.