NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer.image
Class ImageTools

java.lang.Object
  extended by nextapp.echo2.webcontainer.image.ImageTools

public class ImageTools
extends java.lang.Object

Main application interface to application container image rendering API.


Constructor Summary
ImageTools()
           
 
Method Summary
static java.lang.String getUri(RenderContext rc, ImageRenderSupport irs, nextapp.echo2.app.Component component, java.lang.String imageId)
          Retrieves the URI to render an image for a component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageTools

public ImageTools()
Method Detail

getUri

public static java.lang.String getUri(RenderContext rc,
                                      ImageRenderSupport irs,
                                      nextapp.echo2.app.Component component,
                                      java.lang.String imageId)
Retrieves the URI to render an image for a component.

Parameters:
rc - the relevant RenderContext
irs - the ImageRenderSupport-implementing ComponentSynchronizePeer.
component - the component for which the image is being rendered
imageId - the component-specific id of the image
Returns:
the URI

NextApp Echo2
v2.1.1