echopointng.ui.util
Interface ImageManager.ImageReferenceURIHandler

Enclosing class:
ImageManager

public static interface ImageManager.ImageReferenceURIHandler


Method Summary
 java.lang.String getImageURI(RenderContext rc, ImageReference imageReference)
          This method is called to return an URI for the given image. if the handler can handle this type of ImageReference then it should return null.
 

Method Detail

getImageURI

java.lang.String getImageURI(RenderContext rc,
                             ImageReference imageReference)
This method is called to return an URI for the given image. if the handler can handle this type of ImageReference then it should return null.

Parameters:
rc - - the RenderContext
imageReference - - the ImageReference to return a URI for
Returns:
the URI that can be used to serve up the ImageReference or null if the handler can handle this type of ImageReference