In: |
lib/Borges/HTML/RenderingContext.rb
|
Parent: | Object |
Borges::RenderingContext is used by Borges::HtmlRenderer to hold the document being rendered, the URL of the next page in the control flow, and all of the callbacks for this page.
action_url | [RW] | The URL for the next page in the control flow |
callbacks | [RW] | A Borges::CallbackStore for Borges::HtmlRenderer to register callbacks into |
document | [RW] | The document being rendered |