com.ibm.xsp.model
Interface DataContext

All Superinterfaces:
DataPublishingObject

public interface DataContext
extends DataPublishingObject

These are discouraged - better to use DataSources with DataContainers instead.


Method Summary
 java.lang.String[] getVars()
          Return an array containing the request scope variables this context will make available.
 boolean isReadOnly()
          Return true if the data source associated with this context is read only.
 
Methods inherited from interface com.ibm.xsp.model.DataPublishingObject
popData, pushData
 

Method Detail

getVars

java.lang.String[] getVars()
Return an array containing the request scope variables this context will make available.

Returns:

isReadOnly

boolean isReadOnly()
Return true if the data source associated with this context is read only.

Returns: