NextApp Echo2
v2.1.1

nextapp.echo2.webcontainer.propertyrender
Class ImageReferenceRender

java.lang.Object
  extended by nextapp.echo2.webcontainer.propertyrender.ImageReferenceRender

public class ImageReferenceRender
extends java.lang.Object

Utility class for rendering nextapp.echo2.app.ImageReference properties.


Method Summary
static org.w3c.dom.Element renderImageReferenceElement(RenderContext rc, ImageRenderSupport irs, nextapp.echo2.app.Component component, java.lang.String imageId)
          Creates an img element referencing an image that supports a component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

renderImageReferenceElement

public static org.w3c.dom.Element renderImageReferenceElement(RenderContext rc,
                                                              ImageRenderSupport irs,
                                                              nextapp.echo2.app.Component component,
                                                              java.lang.String imageId)
Creates an img element referencing an image that supports a component.

Parameters:
rc - the relevant RenderContext
irs - the SynchornizePeer providing of the component providing ImageRenderSupport
component - the component
imageId - the id of the image
Returns:
the generated img element

NextApp Echo2
v2.1.1