📄 cewolf-1.1.tld
字号:
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>ismap</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>longdesc</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>usemap</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>class</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>dir</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>lang</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onclick</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>ondbclick</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onkeydown</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onkeypress</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onkeyup</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onmousedown</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onmousemove</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onmouseout</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onmouseover</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>onmouseup</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>style</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> attribute.
</description>
</attribute>
<attribute>
<name>htmltitle</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Corresponds to appropriate HMTL <img> title attribute.
</description>
</attribute>
<attribute>
<name>forceSessionId</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Add JSession id.
</description>
</attribute>
<attribute>
<name>removeAfterRender</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Remove image after rendering (defaults to false).
</description>
</attribute>
</tag>
<tag>
<name>data</name>
<tag-class>de.laures.cewolf.taglib.tags.DataTag</tag-class>
<description>
A data tag provides all information needed to retrieve the data which are
needed by the chart. Current version only supports data provided by a
DatasetProducer. In future versions there will be tags to provide data
from a datasource (e.g. via SQL).
@optional-child producer
</description>
</tag>
<tag>
<name>producer</name>
<tag-class>de.laures.cewolf.taglib.tags.ProducerTag</tag-class>
<description>
A data tag provides all information needed to retrieve the data which are
needed by the chart. Current version only supports data provided by a
DatasetProducer. In future versions there will be tags to provide data
from a datasource (e.g. via SQL).
@optional-child param
</description>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
ID under which an object of type DatasetProducer can be found in
pageContext. This object is used to retrieve the dataset of the chart.
</description>
</attribute>
<attribute>
<name>usecache</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Determines if formally produced data should be reused if possible.
@default true
</description>
</attribute>
</tag>
<tag>
<name>chartpostprocessor</name>
<tag-class>de.laures.cewolf.taglib.tags.ChartPostProcessorTag</tag-class>
<description>
A chart postprocessor tag references an object of type ChartProstProcessor
which must be defined in pageContext under the provided ID. This object
is called back after chart generation to post process the chart in any
manner.
@optional-child param
</description>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
ID under which an object of type ChartPostProcessor can be found in
pageContext. This object is used to postprocess the rendered chart.
</description>
</attribute>
</tag>
<tag>
<name>param</name>
<tag-class>de.laures.cewolf.taglib.tags.ParamTag</tag-class>
<description>
Name/value-pair to paramterize a surrounding tag whose handler must
implement the Parameterized interface.
</description>
<attribute>
<name>name</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
Name of the param
</description>
</attribute>
<attribute>
<name>value</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<type>java.io.Serializable</type>
<description>
Value of the param. Must be serializable.
</description>
</attribute>
</tag>
<tag>
<name>gradientpaint</name>
<tag-class>de.laures.cewolf.taglib.tags.GradientTag</tag-class>
<description>
The gradientpaint tag provides a way to fill a shape with a linear
color gradient pattern. If Point P1 with Color C1 and Point P2 with
Color C2 are specified in user space, the Color on the P1, P2
connecting line is proportionally changed from C1 to C2. Any point
P not on the extended P1, P2 connecting line has the color of the
point P' that is the perpendicular projection of P on the extended P1,
P2 connecting line. Points on the extended line outside of the P1,
P2 segment can be colored in one of two ways.
<ul>
<li>If the gradient is cyclic then the points on the extended
P1, P2 connecting line cycle back and forth between the colors C1
and C2.
<li>If the gradient is acyclic then points on the P1 side of
the segment have the constant Color C1 while points on the P2 side
have the constant Color C2.
The two colors are defined in a nested point tag of this tag.
@required-child point
</description>
<attribute>
<name>cyclic</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Does the gradient cycle repeatedly between the two colors C1 and C2.
@default false
</description>
</attribute>
</tag>
<tag>
<name>point</name>
<tag-class>de.laures.cewolf.taglib.tags.PointTag</tag-class>
<description>
Defines a point with x and y coordinates and a color.
@extends colorpaint
</description>
<attribute>
<name>x</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
The x coordinate of the point.
</description>
</attribute>
<attribute>
<name>y</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
The y coordinate of the point.
</description>
</attribute>
<attribute>
<name>color</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
@copy
</description>
</attribute>
</tag>
<tag>
<name>colorpaint</name>
<tag-class>de.laures.cewolf.taglib.tags.ColorTag</tag-class>
<description>
Fills the area defined by the parent tag with a color.
</description>
<attribute>
<name>color</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
The color to be used to fill the parent tag's area.
The color definition is compatible with the
HTML one. E.g. black is '#000000' and red is '#FF0000'. However it
is possible to append two hex numbers for the alpha channel. Thus
'#FF000080' is red with alpha blending of 50%.
</description>
</attribute>
</tag>
<tag>
<name>texturepaint</name>
<tag-class>de.laures.cewolf.taglib.tags.TextureTag</tag-class>
<description>
The texturepaint tag provides a way to fill the area of the parent tag
with a texture that is specified as an image. The texture is anchored to
the upper left corner of the parent tags area.
</description>
<attribute>
<name>image</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
Image fo the texture. The value of this
attribute is the filename of a graphics file relative to the web
application's root directory (e.g. /WEB-INF/img/bg.jpg).
The image must be loadable by the default java.awt.Toolkit of the
servlet container's JVM.
</description>
</attribute>
<attribute>
<name>width</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
The width of the texture.
</description>
</attribute>
<attribute>
<name>height</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
The height of the texture.
</description>
</attribute>
</tag>
<tag>
<name>map</name>
<tag-class>de.laures.cewolf.taglib.tags.ChartMapTag</tag-class>
<description>
This tag defines an image and tooltip map for the parent img tag.
@parent img
</description>
<attribute>
<name>linkgeneratorid</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
The ID of the class which implements the appropriate de.laures.cewolf.LinkGenerator.
</description>
</attribute>
<attribute>
<name>tooltipgeneratorid</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
The ID of the class which implements the appropriate com.jrefinery.chart.tooltips.ToolTipGenerator.
</description>
</attribute>
<attribute>
<name>useJFreeChartLinkGenerator</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>If the links provided by the JFreeChart renderer should be used.</description>
</attribute>
<attribute>
<name>useJFreeChartTooltipGenerator</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>If the tooltips provided by the JFreeChart renderer should be used.</description>
</attribute>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -