Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
WARenderContext
Last updated at 5:16 am UTC on 15 September 2017
 WAObject subclass: #WARenderContext
	instanceVariableNames: 'visitor actionUrl actionBaseUrl resourceUrl callbacks document properties'
	classVariableNames: ''
	poolDictionaries: ''
	category: 'Seaside-Core-Rendering'

A WARenderContext provides all the state needed by a Renderer (WARenderer) to do its work.

It is a decoupling device between whatever is initiating rendering and the Renderer itself.