Using render() method beside in CController and CWidget

render() method is very useful for me, but unfortunately it only exists in CBaseController and its inheritances. Is there any way for me to use render() in CComponent? Or maybe there are other methods that similar with render()?

What exactly are you trying achieve?