Retrieve the results of a previous .generateOutput
call on this panel.
Value
The output of running .generateOutput
for the current panel.
Several fields in pObjects
are also modified as a side-effect.
Details
This function should be used in the rendering expression in .renderOutput
.
It takes care of a number of house-keeping tasks required to satisfy .renderOutput
's requirements, e.g., responding to .requestUpdate
modifications to rObjects
, setting the commands
and contents
and varname
in pObjects
.
This function will attempt to retrieve the cached output of .generateOutput
if it was used elsewhere in the app.
After retrieval, the cached value is wiped to ensure that it does not go stale.
If no cached value is found, .generateOutput
is called directly.
See also
.renderOutput
, where this function should be called.
.generateOutput
, which is called by this function.