NextApp Echo
App Container 1.0.5

nextapp.echoservlet.image
Class ImagePeerFactory

java.lang.Object
  extended bynextapp.echoservlet.image.ImagePeerFactory

final class ImagePeerFactory
extends java.lang.Object

Creates peer objects for images.


Field Summary
private static PeerFactory factory
           
 
Constructor Summary
private ImagePeerFactory()
          Non-instantiable class
 
Method Summary
static ImagePeer createImagePeer(nextapp.echo.ImageReference image)
          Creates an ImagePeer for the specified ImageReference.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

private static final PeerFactory factory
Constructor Detail

ImagePeerFactory

private ImagePeerFactory()
Non-instantiable class

Method Detail

createImagePeer

public static ImagePeer createImagePeer(nextapp.echo.ImageReference image)
Creates an ImagePeer for the specified ImageReference.

Parameters:
image - The image whose peer is to be retrieved.
Returns:
The ImagePeer for the specified image.

NextApp Echo
App Container 1.0.5