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 |
java.lang.String |
getImageUrl(java.lang.String sID)
Gets a URL that can provide the image data to the browser. |
getImageUrl
public java.lang.String getImageUrl(java.lang.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 ©1999-2005 Compoze Software, Inc. All rights reserved.