Update of /cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30024

Modified Files:
        WebXmlSubTask.java 
Log Message:
(XDT-619) Don't include Collection-based setters in the attributes documentation
when they're documented under the nested elements.



Index: WebXmlSubTask.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet/modules/web/src/xdoclet/modules/web/WebXmlSubTask.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** WebXmlSubTask.java  7 Aug 2004 08:31:05 -0000       1.11
--- WebXmlSubTask.java  21 Aug 2004 22:23:53 -0000      1.12
***************
*** 219,223 ****
  
      /**
!      * Sets the Servletspec attribute of the WebXmlSubTask object
       *
       * @param servletSpec  The new Servletspec value
--- 219,223 ----
  
      /**
!      * The Servlet spec version to which the web application conforms.
       *
       * @param servletSpec  The new Servletspec value
***************
*** 229,233 ****
  
      /**
!      * Sets the Smallicon attribute of the WebXmlSubTask object
       *
       * @param smallIcon  The new smallIcon value
--- 229,234 ----
  
      /**
!      * Optional relative path within the web application's war file of a small (16 x 
16) icon image in either JPEG or
!      * GIF format.
       *
       * @param smallIcon  The new smallIcon value
***************
*** 239,243 ****
  
      /**
!      * Sets the Largeicon attribute of the WebXmlSubTask object
       *
       * @param largeIcon  The new largeIcon value
--- 240,245 ----
  
      /**
!      * Optional relative path within the web application's war file of a large (32 x 
32) icon image in either JPEG or
!      * GIF format.
       *
       * @param largeIcon  The new largeIcon value
***************
*** 249,253 ****
  
      /**
!      * Sets the Displayname attribute of the WebXmlSubTask object
       *
       * @param displayName  The new Displayname value
--- 251,255 ----
  
      /**
!      * Optional short name for the web application that is intended to be displayed 
by tools.
       *
       * @param displayName  The new Displayname value
***************
*** 259,263 ****
  
      /**
!      * Sets the Description attribute of the WebXmlSubTask object
       *
       * @param description  The new Description value
--- 261,265 ----
  
      /**
!      * Optional description of the web application.
       *
       * @param description  The new Description value
***************
*** 269,273 ****
  
      /**
!      * Sets the Distributable attribute of the WebXmlSubTask object
       *
       * @param distributable  The new Distributable value
--- 271,276 ----
  
      /**
!      * Optional boolean flag indicating whether this web application is programmed 
appropriately to be deployed into a
!      * distributed servlet container.
       *
       * @param distributable  The new Distributable value
***************
*** 279,283 ****
  
      /**
!      * Sets the Sessiontimeout attribute of the WebXmlSubTask object
       *
       * @param session_timeout  The new Sessiontimeout value
--- 282,288 ----
  
      /**
!      * The default session timeout interval for all sessions created in this web 
application. The specified timeout must
!      * be expressed in a whole number of minutes. If the timeout is 0 or less, the 
container ensures the default
!      * behaviour of sessions is never to time out.
       *
       * @param session_timeout  The new Sessiontimeout value
***************
*** 292,295 ****
--- 297,301 ----
       *
       * @param tagLibs  The new TagLibs value
+      * @ant.ignore
       */
      public void setTagLibs(ArrayList tagLibs)
***************
*** 302,305 ****
--- 308,312 ----
       *
       * @param welcomeFiles  The new WelcomeFiles value
+      * @ant.ignore
       */
      public void setWelcomeFiles(ArrayList welcomeFiles)
***************
*** 312,315 ****
--- 319,323 ----
       *
       * @param contextParams  The new ContextParams value
+      * @ant.ignore
       */
      public void setContextParams(ArrayList contextParams)
***************
*** 319,323 ****
  
      /**
!      * Describe the method
       *
       * @param cp  Describe the method parameter
--- 327,331 ----
  
      /**
!      * Defines a web application context parameter. May occur multiple times.
       *
       * @param cp  Describe the method parameter
***************
*** 329,333 ****
  
      /**
!      * Describe the method
       *
       * @param file  Describe the method parameter
--- 337,341 ----
  
      /**
!      * Defines a welcome file for the web application. May occur multiple times.
       *
       * @param file  Describe the method parameter
***************
*** 339,343 ****
  
      /**
!      * Describe the method
       *
       * @param taglib  Describe the method parameter
--- 347,351 ----
  
      /**
!      * Declares a custom tag library for the web application's JSPs. May occur 
multiple times.
       *
       * @param taglib  Describe the method parameter
***************
*** 383,386 ****
--- 391,396 ----
  
      /**
+      * The declaration of a web application's servlet context initialization 
parameter.
+      *
       * @author    Aslak Hellesøy
       * @created   July 28, 2001
***************
*** 425,429 ****
  
          /**
!          * Sets the Name attribute of the ContextParam object
           *
           * @param name  The new Name value
--- 435,439 ----
  
          /**
!          * The name of the parameter. Each parameter name must be unique in the web 
application.
           *
           * @param name  The new Name value
***************
*** 435,439 ****
  
          /**
!          * Sets the Value attribute of the ContextParam object
           *
           * @param value  The new Value value
--- 445,449 ----
  
          /**
!          * The value of the parameter.
           *
           * @param value  The new Value value
***************
*** 445,449 ****
  
          /**
!          * Sets the Description attribute of the ContextParam object
           *
           * @param desc  The new Description value
--- 455,459 ----
  
          /**
!          * An optional description of the parameter.
           *
           * @param desc  The new Description value
***************
*** 456,459 ****
--- 466,471 ----
  
      /**
+      * Describes a JSP tag library.
+      *
       * @author    Aslak Hellesøy
       * @created   July 28, 2001
***************
*** 487,491 ****
  
          /**
!          * Sets the Uri attribute of the TagLib object
           *
           * @param uri  The new Uri value
--- 499,504 ----
  
          /**
!          * A URI, relative to the location of the web.xml document, identifying the 
tag library used in the web
!          * application.
           *
           * @param uri  The new Uri value
***************
*** 497,501 ****
  
          /**
!          * Sets the Location attribute of the TagLib object
           *
           * @param location  The new Location value
--- 510,515 ----
  
          /**
!          * The location (as a resource relative to the root of the web application) 
where the Tag Libary Description
!          * file for the tag library is found.
           *
           * @param location  The new Location value
***************
*** 539,542 ****
--- 553,558 ----
  
      /**
+      * Supported Servlet spec versions.
+      *
       * @author    Ara Abrahamian ([EMAIL PROTECTED])
       * @created   October 20, 2001



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to