📄 jitk_webcontrols.tld
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!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>1.0</tlib-version>
<jsp-version>1.2</jsp-version>
<short-name>jitk</short-name>
<uri>http://www.esri.com/jitk/web</uri>
<description>JITK Tag Library</description>
<!-- Map Control -->
<tag>
<name>table</name>
<!--tag-class>com.esri.jitk.web.faces.taglib.TableTag</tag-class-->
<tag-class>com.esri.solutions.jitk.web.faces.taglib.TableTag</tag-class>
<body-content>empty</body-content>
<description>Displays tabular results on the page.</description>
<attribute>
<name>id</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>Programmatic name of the control.</description>
</attribute>
<attribute>
<name>binding</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>The value binding expression linking this component to a property in a backing bean.</description>
</attribute>
<attribute>
<name>rendered</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
Determines whether control is visible when page is first accessed.
</description>
</attribute>
<attribute>
<name>value</name>
<required>true</required>
<description>
The value binding expression for the WebTable object
(managed bean) associated with this control.
</description>
</attribute>
<attribute>
<name>xslFile</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>
References a xsl file associated with the map control.
By default, map.xsl in the WEB-INF/classes/xsl directory
is used, and no value needs to be assigned to this
attribute. If you want to use a different xsl with the
map control, you must reference the new xsl file. For
example, if the xsl file is named myxsl.xsl, it should
be placed in the WEB-INF/classes/xsl directory, and the
value "myxsl.xsl" should be assigned to this
attribute.
</description>
</attribute>
<attribute>
<name>mapId</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
<description>
References a map control by its ID.
</description>
</attribute>
<attribute>
<name>pageSize</name>
<required>false</required>
<rtexprvalue>false</rtexprvalue>
<description>
References a number that defines page size.
</description>
</attribute>
</tag>
<!-- Scale Information Control -->
<tag>
<name>scaleInfo</name>
<tag-class>com.esri.solutions.jitk.web.faces.taglib.ScaleTag</tag-class>
<body-content>JSP</body-content>
<description>Displays scale information on the page.</description>
<attribute>
<name>id</name>
<required>true</required>
<description>Identifier</description>
</attribute>
<attribute>
<name>style</name>
<required>false</required>
<description>Style definition</description>
</attribute>
<attribute>
<name>styleClass</name>
<required>false</required>
<description>Class definition</description>
</attribute>
<attribute>
<name>value</name>
<required>true</required>
<description>
The value binding expression for the mapContext object
(managed bean) associated with this control.
</description>
</attribute>
</tag>
<!-- Projection Information Control -->
<tag>
<name>projectionInfo</name>
<tag-class>com.esri.solutions.jitk.web.faces.taglib.ProjectionTag</tag-class>
<body-content>JSP</body-content>
<description>Displays projection information on the page.</description>
<attribute>
<name>id</name>
<required>true</required>
<description>Identifier</description>
</attribute>
<attribute>
<name>style</name>
<required>false</required>
<description>Style definition</description>
</attribute>
<attribute>
<name>styleClass</name>
<required>false</required>
<description>Class definition</description>
</attribute>
<attribute>
<name>value</name>
<required>true</required>
<description>
The value binding expression for the webContext object
(managed bean) associated with this control.
</description>
</attribute>
</tag>
</taglib>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -