184185186187188189190191192193194
if (graphics != null) { graphics.dispose(); } } renderer.sendImage(context, image); } catch (Exception e) { // log.error("Error send image from resource "+context.getPathInfo(),e); throw new FacesException("Error send image ",e); } }
189190191192193194195196197198199
175176177178179180181182183184185