catlett 01/08/14 11:31:35
Modified: random/xml random.xml
Log:
the random taglib can now use either a SecureRandom or a Random object to create the
required random number or string
Revision Changes Path
1.2 +4 -8 jakarta-taglibs/random/xml/random.xml
Index: random.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/random/xml/random.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- random.xml 2001/08/13 23:33:40 1.1
+++ random.xml 2001/08/14 18:31:35 1.2
@@ -170,7 +170,6 @@
<availability>1.0</availability>
</attribute>
-<!--
<attribute>
<name>algorithm</name>
<required>no</required>
@@ -192,7 +191,6 @@
</description>
<availability>1.0</availability>
</attribute>
--->
<example>
<usage>
@@ -286,7 +284,7 @@
<jsp:getProperty name="random5" property="random"/>
]]>
</code>
-<!-- <comment>
+ <comment>
Use the algorithm and provider attributes to use a SecureRandom
object instead of just a Random object when creating the random
string. Use the default settings for range and length of the string.
@@ -305,7 +303,7 @@
<![CDATA[
<jsp:getProperty name="random6" property="random"/>
]]>
- </code>-->
+ </code>
</usage>
</example>
@@ -378,7 +376,6 @@
<availability>1.0</availability>
</attribute>
-<!--
<attribute>
<name>algorithm</name>
<required>no</required>
@@ -400,7 +397,6 @@
</description>
<availability>1.0</availability>
</attribute>
--->
<example>
<usage>
@@ -439,7 +435,7 @@
<jsp:getProperty name="random2" property="random"/>
]]>
</code>
-<!-- <comment>
+ <comment>
Use the algorithm and provider attributes to use a SecureRandom
object instead of just a Random object when creating the random
string. Use the default settings for range of the number.
@@ -458,7 +454,7 @@
<![CDATA[
<jsp:getProperty name="random3" property="random"/>
]]>
- </code>-->
+ </code>
</usage>
</example>