org.chorem.pollen.ui.components
Class Image

java.lang.Object
  extended by org.chorem.pollen.ui.components.Image

public class Image
extends java.lang.Object

Composant qui affiche une image. Ce composant permet d'afficher une image dynamique (exemple : image uploadée sur le serveur par un formulaire). Utilisation : Pour afficher une image statique il est préférable d'utiliser :

Version:
$Id: Image.java 2615 2009-07-01 13:47:45Z nrannou $
Author:
rannou

Constructor Summary
Image()
           
 
Method Summary
 org.apache.tapestry5.StreamResponse onImageLink(java.lang.String src, int width, int height)
          Affichage de l'image
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

onImageLink

public org.apache.tapestry5.StreamResponse onImageLink(java.lang.String src,
                                                       int width,
                                                       int height)
Affichage de l'image



Copyright © 2009 CodeLutin. All Rights Reserved.