www/WEB-INF/extensions.tld

Code
Comments
Other
Rev Date Author Line
7604 25 Feb 19 nicklas 1 <?xml version="1.0" encoding="UTF-8" ?>
7604 25 Feb 19 nicklas 2 <taglib xmlns="http://java.sun.com/xml/ns/javaee"
7604 25 Feb 19 nicklas 3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7604 25 Feb 19 nicklas 4     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
7604 25 Feb 19 nicklas 5     version="2.1">
7604 25 Feb 19 nicklas 6 <!--
7604 25 Feb 19 nicklas 7   $Id:  $
7604 25 Feb 19 nicklas 8
7604 25 Feb 19 nicklas 9   Copyright (C) Nicklas Nordborg
7604 25 Feb 19 nicklas 10
7604 25 Feb 19 nicklas 11   This file is part of BASE - BioArray Software Environment.
7604 25 Feb 19 nicklas 12   Available at http://base.thep.lu.se/
7604 25 Feb 19 nicklas 13
7604 25 Feb 19 nicklas 14   BASE is free software; you can redistribute it and/or
7604 25 Feb 19 nicklas 15   modify it under the terms of the GNU General Public License
7604 25 Feb 19 nicklas 16   as published by the Free Software Foundation; either version 3
7604 25 Feb 19 nicklas 17   of the License, or (at your option) any later version.
7604 25 Feb 19 nicklas 18
7604 25 Feb 19 nicklas 19   BASE is distributed in the hope that it will be useful,
7604 25 Feb 19 nicklas 20   but WITHOUT ANY WARRANTY; without even the implied warranty of
7604 25 Feb 19 nicklas 21   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7604 25 Feb 19 nicklas 22   GNU General Public License for more details.
7604 25 Feb 19 nicklas 23
7604 25 Feb 19 nicklas 24   You should have received a copy of the GNU General Public License
7604 25 Feb 19 nicklas 25   along with BASE. If not, see <http://www.gnu.org/licenses/>.
7604 25 Feb 19 nicklas 26 -->
7604 25 Feb 19 nicklas 27   <description>
7604 25 Feb 19 nicklas 28     Taglibs for the extensions system.
7604 25 Feb 19 nicklas 29   </description>
7604 25 Feb 19 nicklas 30   <display-name>extensions</display-name>
7604 25 Feb 19 nicklas 31   <tlib-version>3.0</tlib-version>
7604 25 Feb 19 nicklas 32   <short-name>extensions</short-name>
7604 25 Feb 19 nicklas 33
7604 25 Feb 19 nicklas 34   <tag>
7604 25 Feb 19 nicklas 35     <name>scripts</name>
7604 25 Feb 19 nicklas 36     <tag-class>net.sf.basedb.clients.web.taglib.extensions.Scripts</tag-class>
7604 25 Feb 19 nicklas 37     <body-content>empty</body-content>
7604 25 Feb 19 nicklas 38     <attribute>
7604 25 Feb 19 nicklas 39       <name>context</name>
7604 25 Feb 19 nicklas 40       <required>true</required>
7604 25 Feb 19 nicklas 41       <rtexprvalue>true</rtexprvalue>
7604 25 Feb 19 nicklas 42     </attribute>
8045 03 Jun 22 nicklas 43     <attribute>
8045 03 Jun 22 nicklas 44       <name>extension</name>
8045 03 Jun 22 nicklas 45       <required>false</required>
8045 03 Jun 22 nicklas 46       <rtexprvalue>true</rtexprvalue>
8045 03 Jun 22 nicklas 47     </attribute>
7604 25 Feb 19 nicklas 48   </tag>
7604 25 Feb 19 nicklas 49
7604 25 Feb 19 nicklas 50   <tag>
7604 25 Feb 19 nicklas 51     <name>stylesheets</name>
7604 25 Feb 19 nicklas 52     <tag-class>net.sf.basedb.clients.web.taglib.extensions.Stylesheets</tag-class>
7604 25 Feb 19 nicklas 53     <body-content>empty</body-content>
7604 25 Feb 19 nicklas 54     <attribute>
7604 25 Feb 19 nicklas 55       <name>context</name>
7604 25 Feb 19 nicklas 56       <required>true</required>
7604 25 Feb 19 nicklas 57       <rtexprvalue>true</rtexprvalue>
7604 25 Feb 19 nicklas 58     </attribute>
8045 03 Jun 22 nicklas 59     <attribute>
8045 03 Jun 22 nicklas 60       <name>extension</name>
8045 03 Jun 22 nicklas 61       <required>false</required>
8045 03 Jun 22 nicklas 62       <rtexprvalue>true</rtexprvalue>
8045 03 Jun 22 nicklas 63     </attribute>
7604 25 Feb 19 nicklas 64   </tag>
7604 25 Feb 19 nicklas 65
7604 25 Feb 19 nicklas 66   <tag>
7604 25 Feb 19 nicklas 67     <name>render</name>
7604 25 Feb 19 nicklas 68     <tag-class>net.sf.basedb.clients.web.taglib.extensions.Render</tag-class>
7604 25 Feb 19 nicklas 69     <body-content>empty</body-content>
7604 25 Feb 19 nicklas 70     <attribute>
7604 25 Feb 19 nicklas 71       <name>extensions</name>
7604 25 Feb 19 nicklas 72       <required>true</required>
7604 25 Feb 19 nicklas 73       <rtexprvalue>true</rtexprvalue>
7604 25 Feb 19 nicklas 74     </attribute>
7604 25 Feb 19 nicklas 75     <attribute>
7604 25 Feb 19 nicklas 76       <name>context</name>
7604 25 Feb 19 nicklas 77       <rtexprvalue>true</rtexprvalue>
7604 25 Feb 19 nicklas 78     </attribute>
7604 25 Feb 19 nicklas 79     <attribute>
7604 25 Feb 19 nicklas 80       <name>item</name>
7604 25 Feb 19 nicklas 81       <rtexprvalue>true</rtexprvalue>
7604 25 Feb 19 nicklas 82     </attribute>
7604 25 Feb 19 nicklas 83     <attribute>
7604 25 Feb 19 nicklas 84       <name>renderer</name>
7604 25 Feb 19 nicklas 85       <rtexprvalue>true</rtexprvalue>
7604 25 Feb 19 nicklas 86     </attribute>
7604 25 Feb 19 nicklas 87     <attribute>
7604 25 Feb 19 nicklas 88       <name>wrapper</name>
7604 25 Feb 19 nicklas 89       <rtexprvalue>true</rtexprvalue>
7604 25 Feb 19 nicklas 90     </attribute>
7604 25 Feb 19 nicklas 91   </tag>
7604 25 Feb 19 nicklas 92 </taglib>