cewolf
Tag legend


This tag is used to render the legend of a chart in a separate image. It assumes that somewhere else in the JSP a chart tag defines a chart with the same ID as this legend tag.


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

Attributes
NameRequiredRequest-timeTypeDescription
renderertruetruejava.lang.StringPath to rendering servlet relative to web apps root URL (e.g. servlet/cewolf).
idtruetruejava.lang.StringID under which the chart description bean will be stored in the session to be found by the rendering servlet. Beware of using an ID which is not yet used for other beans in the session to avoid overriding.
widthfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
heightfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
mimefalsetruejava.lang.StringThe MIME type of the image. Currently image/png (default), image/jpeg and image/svg are supported.
timeoutfalsetruejava.lang.StringHow long to store the legend image in the session; default is 300 (seconds).
altfalsetruejava.lang.StringCorresponds to appropriate HMTL <img> attribute.
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.