com.ibm.xsp.model
Interface ModelDataSource

All Superinterfaces:
DataPublishingObject, DataSource
All Known Subinterfaces:
ViewDataSource
All Known Implementing Classes:
AbstractViewDataSource, DominoViewData

public interface ModelDataSource
extends DataSource

See DataPublisher.DATASOURCE for an explanation of how the repeating controls find the data source to get the data model.


Method Summary
 javax.faces.model.DataModel getDataModel()
          Return the data model associated with this data source.
 
Methods inherited from interface com.ibm.xsp.model.DataSource
getBeanId, getDataContainer, getRequestParamPrefix, getScope, getUniqueId, getVar, getVars, isIgnoreRequestParams, isReadonly, refresh, save, setIgnoreRequestParams, setRequestParamPrefix, setScope, setVar
 
Methods inherited from interface com.ibm.xsp.model.DataPublishingObject
popData, pushData
 

Method Detail

getDataModel

javax.faces.model.DataModel getDataModel()
Return the data model associated with this data source.

Returns:
The data model associated with this data source.