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 gl...@locus.apache.org on 2000/11/11 16:47:36 UTC

cvs commit: jakarta-taglibs/response/conf response.tld

glenn       00/11/11 07:47:36

  Modified:    response/conf response.tld
  Log:
  Cleanup for release
  
  Revision  Changes    Path
  1.3       +20 -20    jakarta-taglibs/response/conf/response.tld
  
  Index: response.tld
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/response/conf/response.tld,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- response.tld	2000/10/14 16:51:54	1.2
  +++ response.tld	2000/11/11 15:47:36	1.3
  @@ -33,7 +33,7 @@
       <name>addcookie</name>
       <tagclass>org.apache.taglibs.response.AddCookieTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to add a cookie to an Http Response.</info>
  +    <info>Add a cookie to an Http Response.</info>
       <attribute>
         <name>name</name>
         <required>true</required>
  @@ -80,56 +80,56 @@
       <name>value</name>
       <tagclass>org.apache.taglibs.response.CookieValueTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a cookie value.</info>
  +    <info>Set a cookie value.</info>
     </tag>
   
     <tag>
       <name>comment</name>      
       <tagclass>org.apache.taglibs.response.CookieCommentTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a cookie comment.</info>              
  +    <info>Set a cookie comment.</info>              
     </tag> 
   
     <tag>
       <name>domain</name>
       <tagclass>org.apache.taglibs.response.CookieDomainTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a cookie domain.</info>
  +    <info>Set a cookie domain.</info>
     </tag>
   
     <tag>
       <name>maxage</name>
       <tagclass>org.apache.taglibs.response.CookieMaxAgeTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a cookie maxage.</info>
  +    <info>Set a cookie maxage.</info>
     </tag>
   
     <tag>
       <name>path</name>
       <tagclass>org.apache.taglibs.response.CookiePathTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a cookie path.</info>
  +    <info>Set a cookie path.</info>
     </tag>
   
     <tag>
       <name>secure</name>
       <tagclass>org.apache.taglibs.response.CookieSecureTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set whether a cookie requires secure HTTPS.</info>
  +    <info>Set whether a cookie requires secure HTTPS.</info>
     </tag>
   
     <tag>
       <name>version</name>
       <tagclass>org.apache.taglibs.response.CookieVersionTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a cookie version.</info>
  +    <info>Set a cookie version.</info>
     </tag>
   
     <tag>
       <name>addheader</name>
       <tagclass>org.apache.taglibs.response.AddHeaderTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to add a single header.</info>
  +    <info>Add a single HTTP header.</info>
       <attribute>
         <name>name</name>
         <required>true</required>
  @@ -141,7 +141,7 @@
       <name>addintheader</name> 
       <tagclass>org.apache.taglibs.response.AddIntHeaderTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to add a single integer header.</info>
  +    <info>Add a single HTTP integer header.</info>
       <attribute>     
         <name>name</name>
         <required>true</required> 
  @@ -153,7 +153,7 @@
       <name>adddateheader</name> 
       <tagclass>org.apache.taglibs.response.AddDateHeaderTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to add a single date header.</info>
  +    <info>Add a single HTTP date header.</info>
       <attribute>     
         <name>name</name>
         <required>true</required> 
  @@ -165,7 +165,7 @@
       <name>setheader</name> 
       <tagclass>org.apache.taglibs.response.SetHeaderTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a single header.</info>                            
  +    <info>Set a single HTTP header.</info>                            
       <attribute>     
         <name>name</name>
         <required>true</required> 
  @@ -177,7 +177,7 @@
       <name>setintheader</name>
       <tagclass>org.apache.taglibs.response.SetIntHeaderTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a single integer header.</info>                    
  +    <info>Set a single HTTP integer header.</info>                    
       <attribute>    
         <name>name</name>
         <required>true</required>
  @@ -189,7 +189,7 @@
       <name>setdateheader</name>
       <tagclass>org.apache.taglibs.response.SetDateHeaderTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to set a single date header.</info>                       
  +    <info>Set a single HTTP date header.</info>                       
       <attribute>     
         <name>name</name>
         <required>true</required> 
  @@ -201,7 +201,7 @@
       <name>containsheader</name>
       <tagclass>org.apache.taglibs.response.ContainsHeaderTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to test whether the HTTP Response contains a header.</info>
  +    <info>Test whether the HTTP Response contains an HTTP header.</info>
       <attribute>
         <name>name</name>
         <required>true</required>
  @@ -218,21 +218,21 @@
       <name>encodeurl</name>
       <tagclass>org.apache.taglibs.response.EncodeURLTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to encode a URL with the JSESSIONID if necessary.</info>
  +    <info>Encode a URL with the JSESSIONID if necessary.</info>
     </tag>
   
     <tag>
       <name>encoderedirecturl</name>          
       <tagclass>org.apache.taglibs.response.EncodeRedirectURLTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to encode a URL with the JSESSIONID for use with sendredirect.</info>  
  +    <info>Encode a URL with the JSESSIONID for use with sendredirect.</info>  
     </tag>
   
     <tag>
       <name>senderror</name>
       <tagclass>org.apache.taglibs.response.SendErrorTag</tagclass>
       <bodycontent>JSP</bodycontent>
  -    <info>Used to return an HTTP error for the HTTP Response.</info>      
  +    <info>Return an HTTP error as the HTTP Response.</info>      
       <attribute>
         <name>error</name>
         <required>true</required>
  @@ -249,7 +249,7 @@
       <name>setstatus</name>     
       <tagclass>org.apache.taglibs.response.SetStatusTag</tagclass>     
       <bodycontent>empty</bodycontent>
  -    <info>Used to the status code for the HTTP Response.</info>      
  +    <info>Set the status code for the HTTP Response.</info>      
       <attribute>
         <name>status</name>
         <required>true</required>
  @@ -261,7 +261,7 @@
       <name>sendredirect</name>     
       <tagclass>org.apache.taglibs.response.SendRedirectTag</tagclass>     
       <bodycontent>JSP</bodycontent>
  -    <info>Used to send a redirect as the HTTP Response.</info>
  +    <info>Send a redirect to a URL as the HTTP Response.</info>
     </tag>
   
     <tag>