adding all of botlist, initial add
[botlist.git] / openbotlist / WEB-INF / botlistutil.tld
blobba7abc917a20431f53655113016230f98fd5586b
1 <?xml version="1.0" encoding="ISO-8859-1" ?>
2 <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd"
5 version="2.0">
6 <tlib-version>1.1.2</tlib-version>
7 <jsp-version>1.2</jsp-version>
8 <short-name>botlistutil</short-name>
9 <uri>http://www.botspiritcompany.com/tags</uri>
10 <description>
11 BotList Utility Tag Library. Authors: Berlin Brown
12 </description>
14 <tag>
15 <name>hostname</name>
16 <tag-class>
17 org.spirit.servlet.tags.BotListHostnameTag
18 </tag-class>
19 <body-content>JSP</body-content>
20 <attribute>
21 <name>value</name>
22 <required>false</required>
23 <rtexprvalue>true</rtexprvalue>
24 <description>The URL value to process</description>
25 </attribute>
26 </tag>
28 <tag>
29 <name>timePast</name>
30 <tag-class>org.spirit.servlet.tags.BotListTimePastTag</tag-class>
31 <body-content>empty</body-content>
32 <attribute>
33 <name>value</name>
34 <required>false</required>
35 <rtexprvalue>true</rtexprvalue>
36 <description>Date and/or time to be formatted.</description>
37 </attribute>
38 <attribute>
39 <name>dateValue</name>
40 <required>false</required>
41 <rtexprvalue>true</rtexprvalue>
42 <description>Date and/or time to be formatted.</description>
43 </attribute>
44 </tag>
46 <function>
47 <name>getMaxWord</name>
48 <function-class>org.spirit.servlet.bean.BotListConcatValue</function-class>
49 <function-signature>java.lang.String getMaxWord(java.lang.String, java.lang.Integer)</function-signature>
50 </function>
51 <function>
52 <name>encodeUrl</name>
53 <function-class>org.spirit.servlet.tags.BotListEncodeHtml</function-class>
54 <function-signature>java.lang.String encodeUrl(java.lang.String)</function-signature>
55 </function>
57 <function>
58 <name>tagViewKeywords</name>
59 <function-class>org.spirit.util.text.KeywordProcessor</function-class>
60 <function-signature>java.lang.String tagViewKeywords(java.lang.String, java.lang.String, java.lang.String, java.lang.String)</function-signature>
61 </function>
63 </taglib>