The IChannelRenderer defines channel rendering interface.
The process of channel rendering can be implemented in different ways
including in serial form, in parallel form, or a mixture of the two. This
interface allows different implementation to use different implementation
policies.
The channel renderer interaction model is as follows, in order of
invocation:
first startRendering
then completeRendering
and optionally outputRendering
author: Jan Nielsen version: $Revision: 35253 $ |