1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
3 ~ Licensed to the Apache Software Foundation (ASF) under one
4 ~ or more contributor license agreements. See the NOTICE file
5 ~ distributed with this work for additional information
6 ~ regarding copyright ownership. The ASF licenses this file
7 ~ to you under the Apache License, Version 2.0 (the
8 ~ "License"); you may not use this file except in compliance
9 ~ with the License. You may obtain a copy of the License at
11 ~ http://www.apache.org/licenses/LICENSE-2.0
13 ~ Unless required by applicable law or agreed to in writing,
14 ~ software distributed under the License is distributed on an
15 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 ~ KIND, either express or implied. See the License for the
17 ~ specific language governing permissions and limitations
20 <taglib xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd">
21 <tlib-version>2.2.3</tlib-version>
22 <short-name>redback</short-name>
23 <uri>/redback/taglib-1.0</uri>
26 <name>ifConfigured</name>
27 <tag-class>org.codehaus.redback.integration.taglib.jsp.IfConfiguredTag</tag-class>
28 <body-content>JSP</body-content>
31 <required>true</required>
32 <rtexprvalue>false</rtexprvalue>
36 <required>false</required>
37 <rtexprvalue>true</rtexprvalue>
42 <name>isReadOnlyUserManager</name>
43 <tag-class>org.codehaus.redback.integration.taglib.jsp.IsReadOnlyUserManagerTag</tag-class>
44 <body-content>JSP</body-content>
48 <name>isNotReadOnlyUserManager</name>
49 <tag-class>org.codehaus.redback.integration.taglib.jsp.IsNotReadOnlyUserManagerTag</tag-class>
50 <body-content>JSP</body-content>
54 <name>ifAuthorized</name>
55 <tag-class>org.codehaus.redback.integration.taglib.jsp.IfAuthorizedTag</tag-class>
56 <body-content>JSP</body-content>
58 <name>permission</name>
59 <required>true</required>
60 <rtexprvalue>false</rtexprvalue>
64 <required>false</required>
65 <rtexprvalue>true</rtexprvalue>
70 <name>ifAnyAuthorized</name>
71 <tag-class>org.codehaus.redback.integration.taglib.jsp.IfAnyAuthorizedTag</tag-class>
72 <body-content>JSP</body-content>
74 <name>permissions</name>
75 <required>true</required>
76 <rtexprvalue>false</rtexprvalue>
80 <required>false</required>
81 <rtexprvalue>true</rtexprvalue>
86 <name>elseAuthorized</name>
87 <tag-class>org.codehaus.redback.integration.taglib.jsp.ElseAuthorizedTag</tag-class>
88 <body-content>JSP</body-content>