com.ibm.xsp.model.domino
Class DominoDocumentData.DocumentProperties

java.lang.Object
  extended by com.ibm.xsp.model.AbstractDataSource.RuntimeProperties
      extended by com.ibm.xsp.model.domino.DominoDocumentData.DocumentProperties
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DominoDocumentData

protected static class DominoDocumentData.DocumentProperties
extends AbstractDataSource.RuntimeProperties

Runtime Properties for the Document Data Source

The data source needs its parameters to be computed just once when the data is first accessed, and every time the page is rendered again. This supposes that some data are stored within the data source and retrieved during the different phases. It also supposes that the data are cleared out and recomputed when a new rendering phase is started, hence, use of a view rendering sequence number

A more complex scenario is when the data is within a repeat, there is one set of property values per repeated occurrence. For this reason, a a map used to stores all the occurrences.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.xsp.model.AbstractDataSource.RuntimeProperties
_beanId, _renderingSequenceId, _uniqueId
 
Constructor Summary
protected DominoDocumentData.DocumentProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DominoDocumentData.DocumentProperties

protected DominoDocumentData.DocumentProperties()