⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cewolf-1.1.tld

📁 用JAVA环境开发的人力资源管理系统
💻 TLD
📖 第 1 页 / 共 3 页
字号:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">

<taglib>
<tlib-version>0.9.3</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>Cewolf Tag Library</short-name>
<uri>http://cewolf.sourceforge.net/taglib/cewolf.tld</uri>
<display-name>Cewolf Tag Library</display-name>
<description>This tag library is designed to describe charts of all kinds.</description>
<tag>
    <name>plot</name>
    <tag-class>de.laures.cewolf.taglib.tags.PlotTag</tag-class>
    <body-content>JSP</body-content>
    <description>
    	The plot tag is nested inside a complex chart to define a nested or layerd plot instance.
        @required-child data
    </description>
    <attribute>
        <name>type</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
        	The type  of the plot. One of xyarea, xyline, xyshapesandlines ,
			scatter, xyverticalbar, step, candlestick, highlow, signal,
			verticlebar, area, line, shapesandlines
	    </description>
    </attribute>
    <attribute>
        <name>xaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the plot's x-axis. This attributes is
            only used for horizontally combined charts.
        </description>
    </attribute>
    <attribute>
        <name>yaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the plot's y-axis. This attributes is
            only used for vertically combined charts.
        </description>
    </attribute>
</tag>
<tag>
    <name>img</name>
    <tag-class>de.laures.cewolf.taglib.tags.ChartImgTag</tag-class>
    <body-content>JSP</body-content>
    <description>
    	This tag is a specialized HTML img tag. It renders the chart
    	which has been specified by a &lt;chart&gt; tag in the same page.
      @optional-child map
    </description>
    <attribute>
        <name>renderer</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Path 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.
        </description>
    </attribute>
    <attribute>
        <name>chartid</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
        	The id of the chart to render.
        </description>
    </attribute>
    <attribute>
        <name>width</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Width of the rendered chart image in pixel.
        </description>
    </attribute>
    <attribute>
        <name>height</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Height of the rendered chart image in pixel.
        </description>
    </attribute>
    <attribute>
        <name>mime</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            The MIME type of the image. Currently image/png (default) and image/svg are supported.
            @default image/png
        </description>
    </attribute>
    <attribute>
        <name>alt</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
        <attribute>
        <name>timeout</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Sets the timeout value used in the LongTermSessionStorage obj. Value is in seconds.
        </description>
    </attribute>
    <attribute>
        <name>hspace</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>vspace</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>align</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>border</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>ismap</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>longdesc</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>usemap</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>class</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>dir</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>lang</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onclick</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>ondbclick</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onkeydown</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onkeypress</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onkeyup</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onmousedown</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onmousemove</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onmouseout</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onmouseover</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>onmouseup</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>style</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; attribute.
        </description>
    </attribute>
    <attribute>
        <name>htmltitle</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
           Corresponds to appropriate HMTL &lt;img&gt; 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>imgurl</name>
    <tag-class>de.laures.cewolf.taglib.tags.ChartImgURLTag</tag-class>
    <tei-class>de.laures.cewolf.taglib.tags.ChartImgURLTagEI</tei-class>
    <description>
    	This tag can be used as the src attribute of a HTML img tag. E.g.: 
    	&lt;img src='&lt;imgurl chartid="foobar" renderer="cewolf" width="100" height="100"/&gt;'&gt;
    	If the var attribute is used the URL is exposed as a page attribute of type String.
        @extends img
    </description>
    <attribute>
        <name>var</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Name of the page scope attribute to hold the URL. If not specified the URL is printed to the page outstream.
        </description>
    </attribute>
    <attribute>
        <name>renderer</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Path 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.
        </description>
    </attribute>
    <attribute>
        <name>chartid</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
        	The id of the chart to render.
        </description>
    </attribute>
    <attribute>
        <name>width</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Width of the rendered chart image in pixel.
        </description>
    </attribute>
    <attribute>
        <name>height</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Height of the rendered chart image in pixel.
        </description>
    </attribute>
    <attribute>
        <name>mime</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            The MIME type of the image. Currently image/png (default) and image/svg are supported.
            @default image/png
        </description>
    </attribute>
</tag>
<tag>
    <name>chart</name>
    <tag-class>de.laures.cewolf.taglib.tags.SimpleChartTag</tag-class>
    <description>
        Root tag of a chart description.
        @root
        @required-child data
        @optional-child chartpostprocessor
    </description>
    <attribute>
        <name>id</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            ID under which the chart description bean will be stored in the
            page to be found by the img tag. Beware of using an
            ID which is not yet used for other beans in the page to avoid
            compile errors.
        </description>
    </attribute>
    <attribute>
        <name>type</name>
        <required>true</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Type of the chart. One of area, areaxy, horizontalbar, horizontalbar3d,
            line, pie, scatter, stackedarea, stackedhorizontalbar, stackedverticalbar, 
            stackedverticalbar3d, timeseries, verticalbar, verticalbar3d, xy,
            candlestick, highlow, gantt, wind, signal, verticalxybar, pie3d, meter
        </description>
    </attribute>
    <attribute>
        <name>title</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart which is displayed on the chart panel
            above the plot pane.
        </description>
    </attribute>
    <attribute>
        <name>xaxislabel</name>
        <required>false</required>
        <rtexprvalue>true</rtexprvalue>
        <description>
            Title of the chart's x-axis. This attributes is

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -