cewolf
Tag imgurl


This tag can be used as the src attribute of a HTML img tag. E.g.: <img src='<cewolf:imgurl chartid="foobar" renderer="cewolf" width="100" height="100"/>'> If the var attribute is used the URL is exposed as a page attribute of type String.


Tag Information
Tag Classde.laures.cewolf.taglib.tags.ChartImgURLTag
TagExtraInfo Classde.laures.cewolf.taglib.tags.ChartImgURLTagEI
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
varfalsetruejava.lang.StringName of the page scope attribute to hold the URL. If not specified the URL is printed to the page outstream.
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) and image/svg are supported.

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.