Fluid
Fluid copied to clipboard
RenderingContext should be available through ParsingState
trafficstars
In order to allow interceptors to access the rendering context, the appropriate instance of RenderingContext should be possible to retrieve from ParsingState which is the only object an interceptor receives.
ParsingState should therefore carry an internal renderingContext property with getter and setter, and the instance should be assigned the moment the ParsingState instance is created.