| com.atlassian.confluence.renderer.embedded.ImagePathHelper |
Known Indirect Subclasses
| RendererAttachmentManager |
Implemenation of the RendererAttachmentManager that converts thumbnails and attachments into useable objects
for the wiki renderer. |
|
Class Overview
PLEASE NOTE: This interface was designed to work closely with the ThumbnailInfo object, to provide a way
to vary the path it uses to generate the
data.
If you are going to us it for another purpose it is time to consider refactoring.
Public Methods
public
abstract
String
getImagePath
(Attachment attachment, boolean isThumbnail)
Return the path used to access the specified image. Note: it is expected that the
attachment references an image.