cewolf
Tag img


This tag is a specialized HTML img tag. It renders the chart which has been specified by a <chart> tag in the same page.
optional childs: <map>


Tag Information
Tag Classde.laures.cewolf.taglib.tags.ChartImgTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
renderertruetruejava.lang.StringPath to rendering servlet. Any path that starts with a '/' is assumed to refer to a resource relative to web application root. Otherwise, the path is assumed to refer to resource relative to the current page directory.
chartidtruetruejava.lang.StringThe id of the chart to render.
widthtruetruejava.lang.StringWidth of the rendered chart image in pixel.
heighttruetruejava.lang.StringHeight of the rendered chart image in pixel.
mimefalsetruejava.lang.StringThe MIME type of the image. Currently image/png (default), image/jpeg and image/svg+xml are supported.
altfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
timeoutfalsetruejava.lang.StringHow long to store the image in the session; default is 300 (seconds).
hspacefalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
vspacefalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
alignfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
borderfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
ismapfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
longdescfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
usemapfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
classfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
dirfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
langfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onclickfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
ondbclickfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onkeydownfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onkeypressfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onkeyupfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onmousedownfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onmousemovefalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onmouseoutfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onmouseoverfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
onmouseupfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
stylefalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
htmltitlefalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
forceSessionIdfalsetruejava.lang.StringAdd JSession id.
removeAfterRenderfalsetruejava.lang.StringRemove image after rendering (defaults to false).

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.