903904905906907908909910911912913
while (i <= end && _isIndexAvailable()) { if (PhaseId.RENDER_RESPONSE.equals(phase) && renderer != null) { renderer.encodeChildren(faces, this); } else { for (int j = 0, childCount = getChildCount(); j < childCount; j++) {
629630631632633634635636637638639
} else { // If a Renderer is associated with this UIComponent, the actual encoding will be delegated to // Renderer.encodeChildren(FacesContext, UIComponent). renderer.encodeChildren(context, this); } } } finally {
621622623624625626627628629630631
904905906907908909910911912913914
while (i < end && _isIndexAvailable()) { if (PhaseId.RENDER_RESPONSE.equals(phase) && renderer != null) { renderer.encodeChildren(faces, this); } else { for (int j = 0, childCount = getChildCount(); j < childCount; j++) {
818819820821822823824825826827828
Renderer renderer = getRenderer(context); // if there is a Renderer for this component if (renderer != null) { renderer.encodeChildren(context, this); } } @Override public void encodeEnd(FacesContext context) throws IOException
153154155156157158159160161162163
if (getRendererType() != null) { Renderer renderer = getRenderer(context); if (renderer != null) { renderer.encodeChildren(context, this); } } else // this is not the table. it must be the iterator { Runner runner = new IndexedRunner()
159160161162163164165166167168169
143144145146147148149150151152153
if (getRendererType() != null) { Renderer renderer = getRenderer(context); if (renderer != null) { renderer.encodeChildren(context, this); } } else // this is not the table. it must be the iterator { Runner runner = new Runner()
118119120121122123124125126127128