I am using the javax.faces.render.Renderer
class to render my custom components. I override either encodeBegin
or encodeEnd
to achieve my desired output.
I would like to know when should I use either of these methods? Is there any guideline on when should encodeBegin
and encodeEnd
be used?