www/WEB-INF/path.tld

Code
Comments
Other
Rev Date Author Line
6154 04 Oct 12 nicklas 1 <?xml version="1.0" encoding="UTF-8" ?>
6154 04 Oct 12 nicklas 2 <taglib xmlns="http://java.sun.com/xml/ns/javaee"
6154 04 Oct 12 nicklas 3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6154 04 Oct 12 nicklas 4     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
6154 04 Oct 12 nicklas 5     version="2.1">
1851 27 Jan 06 nicklas 6 <!--
2306 22 May 06 jari 7   $Id$
1851 27 Jan 06 nicklas 8
6154 04 Oct 12 nicklas 9   Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg
1851 27 Jan 06 nicklas 10
2304 22 May 06 jari 11   This file is part of BASE - BioArray Software Environment.
2304 22 May 06 jari 12   Available at http://base.thep.lu.se/
1851 27 Jan 06 nicklas 13
1851 27 Jan 06 nicklas 14   BASE is free software; you can redistribute it and/or
1851 27 Jan 06 nicklas 15   modify it under the terms of the GNU General Public License
4476 05 Sep 08 jari 16   as published by the Free Software Foundation; either version 3
1851 27 Jan 06 nicklas 17   of the License, or (at your option) any later version.
1851 27 Jan 06 nicklas 18
1851 27 Jan 06 nicklas 19   BASE is distributed in the hope that it will be useful,
1851 27 Jan 06 nicklas 20   but WITHOUT ANY WARRANTY; without even the implied warranty of
1851 27 Jan 06 nicklas 21   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1851 27 Jan 06 nicklas 22   GNU General Public License for more details.
1851 27 Jan 06 nicklas 23
1851 27 Jan 06 nicklas 24   You should have received a copy of the GNU General Public License
4510 11 Sep 08 jari 25   along with BASE. If not, see <http://www.gnu.org/licenses/>.
1851 27 Jan 06 nicklas 26 -->
6154 04 Oct 12 nicklas 27   <description>
6154 04 Oct 12 nicklas 28     For displaying path-like page titles.
6154 04 Oct 12 nicklas 29   </description>
6154 04 Oct 12 nicklas 30   <display-name>path</display-name>
6154 04 Oct 12 nicklas 31   <tlib-version>3.0</tlib-version>
6154 04 Oct 12 nicklas 32   <short-name>path</short-name>
1851 27 Jan 06 nicklas 33
1851 27 Jan 06 nicklas 34   <tag>
1851 27 Jan 06 nicklas 35     <name>path</name>
6154 04 Oct 12 nicklas 36     <tag-class>net.sf.basedb.clients.web.taglib.path.Path</tag-class>
6154 04 Oct 12 nicklas 37     <body-content>JSP</body-content>
1851 27 Jan 06 nicklas 38     <attribute>
1851 27 Jan 06 nicklas 39       <name>id</name>
1851 27 Jan 06 nicklas 40       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 41     </attribute>
1851 27 Jan 06 nicklas 42     <attribute>
1851 27 Jan 06 nicklas 43       <name>clazz</name>
1851 27 Jan 06 nicklas 44       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 45     </attribute>
1851 27 Jan 06 nicklas 46     <attribute>
6600 17 Nov 14 nicklas 47       <name>subclass</name>
6600 17 Nov 14 nicklas 48       <rtexprvalue>true</rtexprvalue>
6600 17 Nov 14 nicklas 49     </attribute>
6600 17 Nov 14 nicklas 50     <attribute>
1851 27 Jan 06 nicklas 51       <name>style</name>
1851 27 Jan 06 nicklas 52       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 53     </attribute>
6600 17 Nov 14 nicklas 54     <dynamic-attributes>true</dynamic-attributes>
1851 27 Jan 06 nicklas 55   </tag>
1851 27 Jan 06 nicklas 56
1851 27 Jan 06 nicklas 57   <tag>
1851 27 Jan 06 nicklas 58     <name>pathelement</name>
6154 04 Oct 12 nicklas 59     <tag-class>net.sf.basedb.clients.web.taglib.path.PathElement</tag-class>
6154 04 Oct 12 nicklas 60     <body-content>empty</body-content>
1851 27 Jan 06 nicklas 61     <attribute>
1851 27 Jan 06 nicklas 62       <name>id</name>
1851 27 Jan 06 nicklas 63       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 64     </attribute>
1851 27 Jan 06 nicklas 65     <attribute>
1851 27 Jan 06 nicklas 66       <name>clazz</name>
1851 27 Jan 06 nicklas 67       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 68     </attribute>
1851 27 Jan 06 nicklas 69     <attribute>
6600 17 Nov 14 nicklas 70       <name>subclass</name>
6600 17 Nov 14 nicklas 71       <rtexprvalue>true</rtexprvalue>
6600 17 Nov 14 nicklas 72     </attribute>
6600 17 Nov 14 nicklas 73     <attribute>
1851 27 Jan 06 nicklas 74       <name>style</name>
1851 27 Jan 06 nicklas 75       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 76     </attribute>
1851 27 Jan 06 nicklas 77     <attribute>
1851 27 Jan 06 nicklas 78       <name>title</name>
1851 27 Jan 06 nicklas 79       <required>true</required>
1851 27 Jan 06 nicklas 80       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 81     </attribute>
1851 27 Jan 06 nicklas 82     <attribute>
1851 27 Jan 06 nicklas 83       <name>tooltip</name>
1851 27 Jan 06 nicklas 84       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 85     </attribute>
1851 27 Jan 06 nicklas 86     <attribute>
4701 11 Dec 08 nicklas 87       <name>visible</name>
4701 11 Dec 08 nicklas 88       <rtexprvalue>true</rtexprvalue>
4701 11 Dec 08 nicklas 89     </attribute>
4701 11 Dec 08 nicklas 90     <attribute>
4701 11 Dec 08 nicklas 91       <name>enabled</name>
4701 11 Dec 08 nicklas 92       <rtexprvalue>true</rtexprvalue>
4701 11 Dec 08 nicklas 93     </attribute>
4701 11 Dec 08 nicklas 94     <attribute>
1851 27 Jan 06 nicklas 95       <name>href</name>
1851 27 Jan 06 nicklas 96       <rtexprvalue>true</rtexprvalue>
1851 27 Jan 06 nicklas 97     </attribute>
6600 17 Nov 14 nicklas 98     <dynamic-attributes>true</dynamic-attributes>
1851 27 Jan 06 nicklas 99   </tag>
1851 27 Jan 06 nicklas 100 </taglib>
1851 27 Jan 06 nicklas 101