org.araneaframework.jsp.tag.presentation
Class BaseImageTag.Info
java.lang.Object
org.araneaframework.jsp.tag.presentation.BaseImageTag.Info
- Enclosing class:
- BaseImageTag
- protected static class BaseImageTag.Info
- extends Object
Image info class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
src
public String src
width
public String width
height
public String height
alt
public String alt
BaseImageTag.Info
public BaseImageTag.Info(String src,
String width,
String height)
BaseImageTag.Info
public BaseImageTag.Info(String src,
String width,
String height,
String alt)