Called after rendering the current component's children in order to tear down any special context.
tearDownChildrenEncodingContext
will be called on the component if setupChildrenEncodingContext
succeeded.
The default implementation does nothing
@param context FacesContext for this request @param rc RenderingContext for this encoding pass @param component Component to encode using this Renderer @see #setupChildrenEncodingContext
|
|
|
|
|
|
|
|