com.jalios.jtaglib
Class ImageTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.jalios.jtaglib.ImageTag
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ImageTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
Serialized Form

Field Summary
protected  String align
           
protected  String alt
           
protected  int border
           
protected  String clazz
           
protected  String height
           
protected  int hspace
           
protected  String id
           
protected  String link
           
protected  String name
           
static String REVISION
           
protected  String src
           
protected  String target
           
protected  String usemap
           
protected  int vspace
           
protected  String width
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ImageTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void setAlign(String align)
          Sets the align.
 void setAlt(String alt)
          Sets the alt.
 void setBorder(int border)
          Sets the border.
 void setClazz(String clazz)
           
 void setHeight(String height)
          Sets the height.
 void setHspace(int hspace)
          Sets the hspace.
 void setId(String id)
           
 void setLink(String link)
          Sets the link.
 void setName(String name)
           
 void setSrc(String src)
          Sets the src.
 void setTarget(String target)
          Sets the target.
 void setUsemap(String usemap)
          Sets the usemap.
 void setVspace(int vspace)
          Sets the vspace.
 void setWidth(String width)
          Sets the width.
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

align

protected String align

alt

protected String alt

border

protected int border

height

protected String height

width

protected String width

hspace

protected int hspace

vspace

protected int vspace

src

protected String src

usemap

protected String usemap

link

protected String link

target

protected String target

name

protected String name

id

protected String id

clazz

protected String clazz
Constructor Detail

ImageTag

public ImageTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport

setAlign

public void setAlign(String align)
Sets the align.

Parameters:
align - The align to set

setAlt

public void setAlt(String alt)
Sets the alt.

Parameters:
alt - The alt to set

setBorder

public void setBorder(int border)
Sets the border.

Parameters:
border - The border to set

setName

public void setName(String name)

setId

public void setId(String id)
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

setClazz

public void setClazz(String clazz)

setHeight

public void setHeight(String height)
Sets the height.

Parameters:
height - The height to set

setWidth

public void setWidth(String width)
Sets the width.

Parameters:
width - The width to set

setHspace

public void setHspace(int hspace)
Sets the hspace.

Parameters:
hspace - The hspace to set

setVspace

public void setVspace(int vspace)
Sets the vspace.

Parameters:
vspace - The vspace to set

setSrc

public void setSrc(String src)
Sets the src.

Parameters:
src - The src to set

setUsemap

public void setUsemap(String usemap)
Sets the usemap.

Parameters:
usemap - The usemap to set

setLink

public void setLink(String link)
Sets the link.

Parameters:
link - The link to set

setTarget

public void setTarget(String target)
Sets the target.

Parameters:
target - The target to set


Copyright © 2001-2010 Jalios SA. All Rights Reserved.