com.ibm.mashups.enabler.content
Interface ServerRuntimeContentProvider


public ServerRuntimeContentProvider

Interface for a provider of server runtime content.

Since:
2.4

Method Summary
 ServerRuntimeContent getServerRuntimeContent()
           Returns the runtime content of this runtime content provider.
 void primeServerRuntimeContent(Object content)
           Primes the server runtime content
 

Method Detail

getServerRuntimeContent

ServerRuntimeContent getServerRuntimeContent()
Returns the runtime content of this runtime content provider.

Returns:
The runtime content, never null.

primeServerRuntimeContent

void primeServerRuntimeContent(Object content)
Primes the server runtime content

Parameters:
content - The content to prime (String) or the dom node (DOMNode) which contains the content


Copyright IBM Corp. 2010 All Rights Reserved.