com.compoze.collab.groupware
Interface IEmbeddedImageListener

All Known Implementing Classes:
DefaultEmbeddedImageListener

public interface IEmbeddedImageListener

Classes that implement this interface are capable of creating links for embedded images. This interface is used by IGroupwareItem.getBodyHtml(boolean, IEmbeddedImageListener).


Method Summary
 String getImageUrl(String sID)
          Gets a URL that can provide the image data to the browser.
 

Method Detail

getImageUrl

String getImageUrl(String sID)
Gets a URL that can provide the image data to the browser.

Parameters
sID - the id of the attachment is passed to the listener
Returns
the image URL (not null)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved