com.compoze.domino
Interface IEmbeddedImageListener
- All Known Implementing Classes:
- DefaultEmbeddedImageListener
- public interface IEmbeddedImageListener
Classes that implement this interface are capable of appending
parameters to the embedded image servlet URL.
Method Summary |
java.lang.String |
getImageServletURL(java.lang.String sDocumentID,
java.lang.String sImageID)
Gets the embedded image servlet URL. |
getImageServletURL
public java.lang.String getImageServletURL(java.lang.String sDocumentID,
java.lang.String sImageID)
- Gets the embedded image servlet URL.
- Parameters:
sDocumentID
- the id of the document (may not be null
)sImageID
- the id of the image (may not be null
)
- Returns:
- the URL for the embedded image servlet
Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.