186187188189190191192193194195196
service.encodeEnd(context); } finally { if (service != null) service.encodeFinally(context); } } } @Override
168169170171172173174175176177178
service.encodeEnd(context); } finally { if (service != null) service.encodeFinally(context); } } // Remove the 'marker' from the request map just in case the entire tree is rendered again reqMap.remove(_RENDER_VIEW_MARKER);
192193194195196197198199200201202
177178179180181182183184185186187
ExtendedRenderKitService service = _getExtendedRenderKitService(_facesContext); if (service != null) { service.encodeEnd(_facesContext); service.encodeFinally(_facesContext); } MFacesContext.clearContext(); _requestContext.release();
179180181182183184185186187188189
178179180181182183184185186187188
182183184185186187188189190191192
180181182183184185186187188189190