com.ibm.mashups.enabler.content
Interface ContentProvider


public ContentProvider

Interface for a content provider.

Since:
2.4

Method Summary
 Deferred getContent()
           Returns the content of this content provider.
 

Method Detail

getContent

Deferred getContent()
Returns the content of this content provider.

Returns:
A deferred object used to start this operation, never null. The return value when executed through the deferred object is a  static content page .


Copyright IBM Corp. 2010 All Rights Reserved.