Steve
07/30/2022, 6:56 PMseancorfield
* override this to provide request-specific finalization
* you do not need to call super.setupResponse()
and the setup
prefix is kind of the common convention throughout.seancorfield
seancorfield
Steve
07/30/2022, 8:01 PMSteve
07/30/2022, 8:04 PMwebsolete
07/30/2022, 10:41 PMseancorfield
seancorfield
elapsedTime
prior to view rendering, have you looked at setupView()
?
/*
* override this to provide pre-rendering logic, e.g., to
* populate the request context with globally required data
* you do not need to call super.setupView()
*/
public void function setupView( struct rc ) { }
websolete
07/30/2022, 11:44 PMwebsolete
07/30/2022, 11:45 PMSteve
07/31/2022, 1:04 AMwebsolete
07/31/2022, 1:09 AM