292293294295296297298299
* @param imagename a * @see ImageInfo */ public String getImageInfo(String imagename) throws ActionException, ProcessException { ImageInfo a = new ImageInfo(this, imagename); return a.getUrlAsString(); }