com.ibm.xsp.model.domino
Class DominoDocumentData.DocumentProperties
java.lang.Object
com.ibm.xsp.model.AbstractDataSource.RuntimeProperties
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DominoDocumentData.DocumentProperties
protected DominoDocumentData.DocumentProperties()