You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ba...@apache.org on 2009/07/12 07:44:44 UTC

svn commit: r793275 - /jakarta/taglibs/proper/string/trunk/src/main/resources/META-INF/tlds/taglibs-string.tld

Author: bayard
Date: Sun Jul 12 05:44:43 2009
New Revision: 793275

URL: http://svn.apache.org/viewvc?rev=793275&view=rev
Log:
Making all tags with vars have a scope attribute

Modified:
    jakarta/taglibs/proper/string/trunk/src/main/resources/META-INF/tlds/taglibs-string.tld

Modified: jakarta/taglibs/proper/string/trunk/src/main/resources/META-INF/tlds/taglibs-string.tld
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk/src/main/resources/META-INF/tlds/taglibs-string.tld?rev=793275&r1=793274&r2=793275&view=diff
==============================================================================
--- jakarta/taglibs/proper/string/trunk/src/main/resources/META-INF/tlds/taglibs-string.tld (original)
+++ jakarta/taglibs/proper/string/trunk/src/main/resources/META-INF/tlds/taglibs-string.tld Sun Jul 12 05:44:43 2009
@@ -44,6 +44,15 @@
           a null String if one should somehow be passed in.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -63,21 +72,21 @@
             to TitleCase.
         </description>
         <attribute>
-          <name>var</name>
+          <name>scope</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
           <type>java.lang.String</type>
           <description>
-              Variable to store result in.
+              Scope to store the result in.
           </description>
         </attribute>
         <attribute>
-          <name>scope</name>
+          <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
           <type>java.lang.String</type>
           <description>
-              Scope to store the result in.
+              Variable to store result in.
           </description>
         </attribute>
       </tag>
@@ -90,6 +99,15 @@
             Change the first letter of a String to Lowercase.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -110,6 +128,15 @@
             when it's supposed to.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -128,6 +155,15 @@
             Turn all uppercase and titlecase characters to lowercase.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -146,6 +182,15 @@
             Remove whitespace from start and end of a String.  
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -165,6 +210,15 @@
             If it is a \n and a \r precedes it, then remove that too.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -184,6 +238,15 @@
             If a \r precedes it, then it removes that too.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -204,6 +267,15 @@
             \t, \b, \n, \f, \r, \\, \", \' 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -222,6 +294,15 @@
             Reverse a String.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -243,6 +324,15 @@
             Uppercase and Titlecase go to Lowercase
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -261,6 +351,15 @@
             Return the US_ENGLISH Soundex of a String.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -280,6 +379,15 @@
             variant of SoundEx. 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -299,6 +407,15 @@
             expression as a constant. 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -320,6 +437,15 @@
         </description>
   
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -347,6 +473,15 @@
             blocks of text.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -373,6 +508,15 @@
             Encode a String to that it may be used as a URL. <b>Note:</b> accented characters may not be encoded correctly, but there is not we can do about it (a solution would be passing the encoding as an attribute, but that would require a J2SE 1.4 environment).
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -398,6 +542,15 @@
 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -433,6 +586,15 @@
             </ul> 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -468,6 +630,15 @@
             The syntax of a Set is described in Count.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -505,6 +676,15 @@
             The syntax of a Set is described in the Count tag.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -540,6 +720,15 @@
             Center the body String in a larger String of size width.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -585,6 +774,15 @@
             the string.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -630,6 +828,15 @@
             the string. 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -676,6 +883,15 @@
             and everything after it.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -711,6 +927,15 @@
             Returns the delimiter as well.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -747,6 +972,15 @@
             that specified delimiter from the start of a String.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -783,6 +1017,15 @@
             Returns the delimiter as well.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -819,6 +1062,15 @@
             at the start and end of a String.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -854,6 +1106,15 @@
             at the end of a String.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -888,6 +1149,15 @@
             at the start of a String. 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -923,6 +1193,15 @@
             is settable.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -960,21 +1239,21 @@
             the size of substring it replaces. 
         </description>
         <attribute>
-          <name>var</name>
+          <name>scope</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
           <type>java.lang.String</type>
           <description>
-              Variable to store result in.
+              Scope to store the result in.
           </description>
         </attribute>
         <attribute>
-          <name>scope</name>
+          <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
           <type>java.lang.String</type>
           <description>
-              Scope to store the result in.
+              Variable to store result in.
           </description>
         </attribute>
         <attribute>
@@ -1023,6 +1302,15 @@
             String
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1071,6 +1359,15 @@
             Repeat a string a particular number of times. 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1109,6 +1406,15 @@
             a word has to be cut in half.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1173,6 +1479,15 @@
             Get a String that is nested between an open and closing substring.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1218,6 +1533,15 @@
             contains the sub-string.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1255,6 +1579,15 @@
             empty String.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1303,6 +1636,15 @@
             to replace the substring.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1394,6 +1736,15 @@
             may be passed in. 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1466,6 +1817,15 @@
             Get the leftmost 'n' characters from a string.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1499,6 +1859,15 @@
             Get the rightmost 'n' characters from a string.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1534,6 +1903,15 @@
             used. The default is to get the central characters.
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1581,6 +1959,15 @@
             strip the HTML will be gratefully received. 
         </description>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>false</required>
           <rtexprvalue>true</rtexprvalue>
@@ -1677,6 +2064,15 @@
           </description>
         </attribute>
         <attribute>
+          <name>scope</name>
+          <required>false</required>
+          <rtexprvalue>true</rtexprvalue>
+          <type>java.lang.String</type>
+          <description>
+              Scope to store the result in.
+          </description>
+        </attribute>
+        <attribute>
           <name>var</name>
           <required>true</required>
           <rtexprvalue>true</rtexprvalue>



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org