org.araneaframework.jsp.tag.presentation
Class BaseImageTag.Info

java.lang.Object
  extended byorg.araneaframework.jsp.tag.presentation.BaseImageTag.Info
Enclosing class:
BaseImageTag

protected static class BaseImageTag.Info
extends Object

Image info class.


Field Summary
 String alt
           
 String height
           
 String src
           
 String width
           
 
Constructor Summary
BaseImageTag.Info(String src, String width, String height)
           
BaseImageTag.Info(String src, String width, String height, String alt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

src

public String src

width

public String width

height

public String height

alt

public String alt
Constructor Detail

BaseImageTag.Info

public BaseImageTag.Info(String src,
                         String width,
                         String height)

BaseImageTag.Info

public BaseImageTag.Info(String src,
                         String width,
                         String height,
                         String alt)