📄 taglib.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"><!-- a tab library descriptor --><taglib> <tlib-version>1.0</tlib-version> <jsp-version>1.2</jsp-version> <short-name>j2ee</short-name> <uri>/j2ee</uri> <display-name>taglib</display-name> <description> Icwork sample taglibs </description> <!-- insert tag --> <tag> <name>insert</name> <tag-class>com.icconcept.j2ee.icwork.taglib.InsertTag</tag-class> <body-content>JSP</body-content> <description> An insertion tag </description> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <packagename>com.icconcept.j2ee.icwork.taglib</packagename> <extendsSupportClass>TRUE</extendsSupportClass> <supportClass>BodyTagSupport</supportClass> <implementsTryCatchFinally>FALSE</implementsTryCatchFinally> <findparent>FALSE</findparent> </tldx> --> <attribute> <name>id</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> <attribute> <name>parameter</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> </tag> <!-- list tags --> <tag> <name>productList</name> <tag-class>com.icconcept.j2ee.icwork.taglib.list.ProductListTag</tag-class> <body-content>JSP</body-content> <description> A tag that implements a my list, fetching a list from the ProfileMgrWebImpl bean using the given number of items and starting index. Should appear only in pages in which the ProfileMgrWebImpl bean is being used. </description> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <packagename>com.icconcept.j2ee.icwork.taglib.list</packagename> <extendsSupportClass>TRUE</extendsSupportClass> <supportClass>BodyTagSupport</supportClass> <implementsTryCatchFinally>FALSE</implementsTryCatchFinally> <findparent>FALSE</findparent> </tldx> --> <!-- no default --> <attribute> <name>numItems</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> <!-- default is 1 --> <attribute> <name>startIndex</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> <attribute> <name>category</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> </tag> <tag> <name>productItemList</name> <tag-class>com.icconcept.j2ee.icwork.taglib.list.ProductItemListTag</tag-class> <body-content>JSP</body-content> <description> A tag that implements a list of items associated with a product </description> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <packagename>com.icconcept.j2ee.icwork.taglib.list</packagename> <extendsSupportClass>TRUE</extendsSupportClass> <supportClass>BodyTagSupport</supportClass> <implementsTryCatchFinally>FALSE</implementsTryCatchFinally> <findparent>FALSE</findparent> </tldx> --> <!-- no default --> <attribute> <name>numItems</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> <!-- default is 1 --> <attribute> <name>startIndex</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> <!-- default is "Product List is Empty" --> <attribute> <name>emptyList</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> <attribute> <name>productId</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> </tag> <tag> <name>productItemAttribute</name> <tag-class>com.icconcept.j2ee.icwork.taglib.list.ProductItemAttributeTag</tag-class> <body-content>empty</body-content> <description> A tag to print out attributes of a Product Item object. It should appear in an items tag. Depending on the value of the attribute specified, a different string is printed. Possible values are "name", "id", "productId", "unitcost", "listcost", "productAttribute" and "description". </description> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <packagename>com.icconcept.j2ee.icwork.taglib.list</packagename> <extendsSupportClass>TRUE</extendsSupportClass> <supportClass>TagSupport</supportClass> <implementsTryCatchFinally>FALSE</implementsTryCatchFinally> <findparent>FALSE</findparent> </tldx> --> <!-- default is "name" --> <attribute> <name>attribute</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> </tag> <tag> <name>myList</name> <tag-class>com.icconcept.j2ee.icwork.taglib.list.MyListTag</tag-class> <body-content>JSP</body-content> <description> A tag that implements a my list, fetching a list from the ProfileMgrWebImpl bean using the given number of items and starting index. Should appear only in pages in which the ProfileMgrWebImpl bean is being used. </description> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <packagename>com.icconcept.j2ee.icwork.taglib.list</packagename> <extendsSupportClass>TRUE</extendsSupportClass> <supportClass>BodyTagSupport</supportClass> <implementsTryCatchFinally>FALSE</implementsTryCatchFinally> <findparent>FALSE</findparent> </tldx> --> <!-- no default --> <attribute> <name>numItems</name> <required>true</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> <!-- default is 1 --> <attribute> <name>startIndex</name> <required>false</required> <rtexprvalue>true</rtexprvalue> <type>String</type> <!-- Forte4J_TLDX: This comment contains code generation information. Do not delete. <tldx> <IsReferenceID>FALSE</IsReferenceID> <ReferencesTag>FALSE</ReferencesTag> <ReferenceScope>Session</ReferenceScope> <ReferencesTagReferentFirst>TRUE</ReferencesTagReferentFirst> </tldx> --> </attribute> </tag> <tag> <name>items</name> <tag-class>com.icconcept.j2ee.icwork.taglib.list.ItemsTag</tag-class> <body-content>JSP</body-content> <description> The inner tag in a list tag in which the items actually appear. The
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -