/**
  * Returns a complete HTML document that references a static image held in a temporary file on the
  * server.
  *
  * <p>Only exposed for debugging (i.e. hosted mode) purposes.
  */
 public static String mergeStaticImageHtmlTemplate(String imageUrl) {
   return generator.mergeStaticImageHtmlTemplate(imageUrl);
 }