Author: bayard
Date: Sun May 17 16:44:09 2009
New Revision: 775708
URL: http://svn.apache.org/viewvc?rev=775708&view=rev
Log:
Removing restriction from tld by putting text into description - and removing availability
Modified:
jakarta/taglibs/proper/i18n/trunk/src/main/resources/META-INF/taglibs-i18n.tld
Modified: jakarta/taglibs/proper/i18n/trunk/src/main/resources/META-INF/taglibs-i18n.tld
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/i18n/trunk/src/main/resources/META-INF/taglibs-i18n.tld?rev=775708&r1=775707&r2=775708&view=diff
==============================================================================
--- jakarta/taglibs/proper/i18n/trunk/src/main/resources/META-INF/taglibs-i18n.tld (original)
+++ jakarta/taglibs/proper/i18n/trunk/src/main/resources/META-INF/taglibs-i18n.tld Sun May 17 16:44:09 2009
@@ -47,16 +47,13 @@
Establishes the ResourceBundle to use for other i18n tags on the page.
Also determines the most appropriate Locale to use based on browser
settings if a locale is not provided.
- </description>
- <summary>Define a resource bundle for use by other i18n tags.</summary>
- <availability>1.0</availability>
- <restrictions>
This tag must be placed early in the page (before any HTML) in order
for the output stream's content type to be set from the selected locale.
If a locale (or localeRef) is not provided, the "best" locale
will be determined from the browser settings and available locales
for the requested bundle.
- </restrictions>
+ </description>
+ <summary>Define a resource bundle for use by other i18n tags.</summary>
<variable>
<name-from-attribute>id</name-from-attribute>
@@ -69,7 +66,6 @@
for allowing multiple bundle declarations per page or for creating
localization debug pages by listing all key/value pairs in a bundle.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
@@ -80,7 +76,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -91,7 +86,6 @@
Used along with the provided (or auto-sensed) locale to locate the
desired ResourceBundle.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -102,7 +96,6 @@
Specifies whether or not the response locale should be changed to
match the locale used by this tag.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -113,7 +106,6 @@
Specifies the scope (application, session, request, page) that
this bundle will be made available to message and other tags.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -124,7 +116,6 @@
Allows the page developer to provide a direct object reference to
the user's preferred locale.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -137,7 +128,6 @@
whose value is the user's preferred locale. This attribute may
exist in the page, request, session, or application scope.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -149,7 +139,6 @@
whose value is the user's preferred locale. This attribute may
exist in the page, request, session, or application scope.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -160,7 +149,6 @@
The debug flag. Logs debugging information of the bundle
to the ServletContext.
</description>
- <availability>1.0</availability>
</attribute>
<example>
@@ -189,16 +177,13 @@
resulting from looking up the provided key within the default or
specified resource bundle. Arguments to MessageFormat can be
supplied as an object array or as subtags within the message tag body.
+ Message tags require that a default bundle be provided (by placing
+ a bundle tag prior to the message tag) or that a bundle or bundleRef
+ attribute be supplied to the tag.
</description>
<summary>
Displays internationalized text from a resource bundle.
</summary>
- <availability>1.0</availability>
- <restrictions>
- Message tags require that a default bundle be provided (by placing
- a bundle tag prior to the message tag) or that a bundle or bundleRef
- attribute be supplied to the tag.
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
@@ -210,7 +195,6 @@
to access the String created by this tag. If id is specified the
String will not be printed by this tag, just stored into the id.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
@@ -221,7 +205,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -232,7 +215,6 @@
The key to use when retrieving the display message format from the
ResourceBundle.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -244,7 +226,6 @@
formatting the display text. This is an alternative to using arg
subtags.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -255,7 +236,6 @@
An object reference to the ResourceBundle in which the key can
be found.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -266,7 +246,6 @@
The name of an attribute that contains a resource bundle. This
attribute is usually defined/populated by BundleTag's id attribute.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -276,7 +255,6 @@
<description>
Set to "true" to log debugging messages.
</description>
- <availability>1.0</availability>
</attribute>
<example>
@@ -311,14 +289,11 @@
requirement that single apostrophies should be escaped by another
apostrophe (so, you replace ' with '' in your resource bundle
properties file).
+ Must reside inside the body of a message tag.
</description>
<summary>
Specifies arguments to be used by the message tag's MessageFormat.
</summary>
- <availability>1.0</availability>
- <restrictions>
- Must reside inside the body of a message tag.
- </restrictions>
<attribute>
<name>value</name>
@@ -328,7 +303,6 @@
This attribute is to replace a positional variable in the message
text. See the javadoc api for java.text.MessageText
</description>
- <availability>1.0</availability>
</attribute>
<example>
@@ -349,16 +323,13 @@
<description>
This tag processes the JSP contained in its body if the given key
is defined in the given (or default if not specified) bundle.
+ ifdef tags require that a default bundle be provided (by placing
+ a bundle tag prior to the message tag) or that a bundle or bundleRef
+ attribute be supplied to the tag.
</description>
<summary>
Allows jsp to be evaluated (or not) on a per locale basis.
</summary>
- <availability>1.0</availability>
- <restrictions>
- ifdef tags require that a default bundle be provided (by placing
- a bundle tag prior to the message tag) or that a bundle or bundleRef
- attribute be supplied to the tag.
- </restrictions>
<attribute>
<name>key</name>
@@ -368,7 +339,6 @@
The name of the key whose value (or lack thereof) will determine
whether the body of this tag is processed.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -379,7 +349,6 @@
An object reference to the ResourceBundle in which the key can
be found.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -390,7 +359,6 @@
The name of an attribute that contains a resource bundle. This
attribute is usually defined/populated by BundleTag's id attribute.
</description>
- <availability>1.0</availability>
</attribute>
<example>
@@ -413,16 +381,13 @@
<description>
This tag processes the JSP contained in its body if the given key
is NOT defined in the given (or default if not specified) bundle.
+ ifndef tags require that a default bundle be provided (by placing
+ a bundle tag prior to the message tag) or that a bundle or bundleRef
+ attribute be supplied to the tag.
</description>
<summary>
Allows jsp to be evaluated (or not) on a per locale basis.
</summary>
- <availability>1.0</availability>
- <restrictions>
- ifndef tags require that a default bundle be provided (by placing
- a bundle tag prior to the message tag) or that a bundle or bundleRef
- attribute be supplied to the tag.
- </restrictions>
<attribute>
<name>key</name>
@@ -432,7 +397,6 @@
The name of the key whose value (or lack thereof) will determine
whether the body of this tag is processed.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -443,7 +407,6 @@
An object reference to the ResourceBundle in which the key can
be found.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
@@ -454,7 +417,6 @@
The name of an attribute that contains a resource bundle. This
attribute is usually defined/populated by BundleTag's id attribute.
</description>
- <availability>1.0</availability>
</attribute>
<example>
@@ -484,9 +446,6 @@
<summary>
Defines a locale context.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -496,7 +455,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
@@ -507,7 +465,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>locale</name>
@@ -515,7 +472,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>localeRef</name>
@@ -526,7 +482,6 @@
whose value is the user's preferred locale. This attribute may
exist in the page, request, session, or application scope.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>language</name>
@@ -534,7 +489,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>country</name>
@@ -542,7 +496,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>variant</name>
@@ -550,7 +503,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
@@ -567,9 +519,6 @@
<summary>
Formats a string.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -579,7 +528,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
<name>id</name>
@@ -589,7 +537,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>value</name>
@@ -597,7 +544,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>defaultText</name>
@@ -605,7 +551,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
@@ -628,9 +573,6 @@
<summary>
Formats a number.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -640,7 +582,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
<name>id</name>
@@ -650,7 +591,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>value</name>
@@ -658,7 +598,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>pattern</name>
@@ -666,7 +605,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>locale</name>
@@ -674,7 +612,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>defaultText</name>
@@ -682,7 +619,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
@@ -704,9 +640,6 @@
<summary>
Formats currency.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -716,7 +649,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
<name>id</name>
@@ -726,7 +658,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>value</name>
@@ -734,7 +665,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>locale</name>
@@ -742,7 +672,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>defaultText</name>
@@ -750,7 +679,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
@@ -772,9 +700,6 @@
<summary>
Formats a percentage.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -784,7 +709,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
<name>id</name>
@@ -794,7 +718,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>value</name>
@@ -802,7 +725,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>locale</name>
@@ -810,7 +732,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>defaultText</name>
@@ -818,7 +739,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
@@ -842,9 +762,6 @@
<summary>
Formats a date/time.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -854,7 +771,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
<name>id</name>
@@ -864,7 +780,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>value</name>
@@ -872,7 +787,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>locale</name>
@@ -880,7 +794,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>dateStyle</name>
@@ -888,7 +801,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>timeStyle</name>
@@ -896,7 +808,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>defaultText</name>
@@ -904,7 +815,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
@@ -929,9 +839,6 @@
<summary>
Formats a date.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -941,7 +848,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
<name>id</name>
@@ -951,7 +857,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>value</name>
@@ -959,7 +864,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>locale</name>
@@ -967,7 +871,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>pattern</name>
@@ -975,7 +878,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>style</name>
@@ -983,7 +885,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>defaultText</name>
@@ -991,7 +892,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
@@ -1015,9 +915,6 @@
<summary>
Formats a time.
</summary>
- <availability>1.0</availability>
- <restrictions>
- </restrictions>
<variable>
<name-from-attribute>id</name-from-attribute>
<variable-class>java.util.Locale</variable-class>
@@ -1027,7 +924,6 @@
The scripting variable declared allows other tags or scriptlets
to access the Locale defined by this tag.
</description>
- <availability>1.0</availability>
</variable>
<attribute>
<name>id</name>
@@ -1037,7 +933,6 @@
Script variable id for use with standard <b>jsp:getProperty</b>
tag and as an attribute to other tags in this tag library.
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>value</name>
@@ -1045,7 +940,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>locale</name>
@@ -1053,7 +947,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>style</name>
@@ -1061,7 +954,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
<attribute>
<name>defaultText</name>
@@ -1069,7 +961,6 @@
<rtexprvalue>true</rtexprvalue>
<description>
</description>
- <availability>1.0</availability>
</attribute>
</tag>
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.