* @param update the <code>ServerComponentUpdate</code> being performed
* @param child The child <code>Component</code> to be rendered
*/
private void renderChild(RenderContext rc, ServerComponentUpdate update, SplitPane splitPane, Component child) {
ComponentSynchronizePeer syncPeer = SynchronizePeerFactory.getPeerForComponent(child.getClass());
syncPeer.renderAdd(rc, update, getContainerId(child), child);
}
/**
* @see nextapp.echo2.webcontainer.ComponentSynchronizePeer#renderDispose(nextapp.echo2.webcontainer.RenderContext,
* nextapp.echo2.app.update.ServerComponentUpdate, nextapp.echo2.app.Component)