|
1 | 1 | <?xml version="1.0" encoding="UTF-8" ?>
|
2 | 2 |
|
3 |
| -<taglib xmlns="http://java.sun.com/xml/ns/j2ee" |
| 3 | +<taglib xmlns="http://java.sun.com/xml/ns/javaee" |
4 | 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5 |
| - xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" |
6 |
| - version="2.0"> |
7 |
| - |
8 |
| - <description>JSTL 1.1 core library</description> |
| 5 | + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" |
| 6 | + version="2.1"> |
| 7 | + |
| 8 | + <description>JSTL 1.2 core library</description> |
9 | 9 | <display-name>JSTL core</display-name>
|
10 |
| - <tlib-version>1.1</tlib-version> |
| 10 | + <tlib-version>1.2</tlib-version> |
11 | 11 | <short-name>c</short-name>
|
12 | 12 | <uri>http://java.sun.com/jsp/jstl/core</uri>
|
13 | 13 |
|
@@ -74,7 +74,7 @@ not the body content should be processed.
|
74 | 74 | <description>
|
75 | 75 | Name of the exported scoped variable for the
|
76 | 76 | resulting value of the test condition. The type
|
77 |
| -of the scoped variable is Boolean. |
| 77 | +of the scoped variable is Boolean. |
78 | 78 | </description>
|
79 | 79 | <name>var</name>
|
80 | 80 | <required>false</required>
|
@@ -174,6 +174,9 @@ Collection of items to iterate over.
|
174 | 174 | <required>false</required>
|
175 | 175 | <rtexprvalue>true</rtexprvalue>
|
176 | 176 | <type>java.lang.Object</type>
|
| 177 | + <deferred-value> |
| 178 | + <type>java.lang.Object</type> |
| 179 | + </deferred-value> |
177 | 180 | </attribute>
|
178 | 181 | <attribute>
|
179 | 182 | <description>
|
@@ -253,6 +256,9 @@ String of tokens to iterate over.
|
253 | 256 | <required>true</required>
|
254 | 257 | <rtexprvalue>true</rtexprvalue>
|
255 | 258 | <type>java.lang.String</type>
|
| 259 | + <deferred-value> |
| 260 | + <type>java.lang.String</type> |
| 261 | + </deferred-value> |
256 | 262 | </attribute>
|
257 | 263 | <attribute>
|
258 | 264 | <description>
|
@@ -322,7 +328,7 @@ visibility.
|
322 | 328 | <tag>
|
323 | 329 | <description>
|
324 | 330 | Like <%= ... >, but for expressions.
|
325 |
| - </description> |
| 331 | + </description> |
326 | 332 | <name>out</name>
|
327 | 333 | <tag-class>org.apache.taglibs.standard.tag.rt.core.OutTag</tag-class>
|
328 | 334 | <body-content>JSP</body-content>
|
@@ -467,6 +473,9 @@ Expression to be evaluated.
|
467 | 473 | <name>value</name>
|
468 | 474 | <required>false</required>
|
469 | 475 | <rtexprvalue>true</rtexprvalue>
|
| 476 | + <deferred-value> |
| 477 | + <type>java.lang.Object</type> |
| 478 | + </deferred-value> |
470 | 479 | </attribute>
|
471 | 480 | <attribute>
|
472 | 481 | <description>
|
|
0 commit comments