public interface

ImagePathHelper

com.atlassian.confluence.renderer.embedded.ImagePathHelper
Known Indirect Subclasses

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.

Summary

Public Methods
abstract String getImagePath(Attachment attachment, boolean isThumbnail)
Return the path used to access the specified image.

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.