Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler
In directory sc8-pr-cvs1:/tmp/cvs-serv21979/xdoclet/core/src/xdoclet/tagshandler

Modified Files:
        ClassTagsHandler.java FieldTagsHandler.java 
Log Message:
Add method to turn params into fully qualified class names if expandClassName=true is 
supplied: use it in class params and change field params to use it.

Index: ClassTagsHandler.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/ClassTagsHandler.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** ClassTagsHandler.java       23 Nov 2002 12:53:04 -0000      1.13
--- ClassTagsHandler.java       22 Dec 2002 06:29:03 -0000      1.14
***************
*** 502,506 ****
      public String classTagValue(Properties attributes) throws XDocletException
      {
!         return delimit(getTagValue(attributes, FOR_CLASS), attributes);
      }
  
--- 502,506 ----
      public String classTagValue(Properties attributes) throws XDocletException
      {
!         return getExpandedDelimitedTagValue(attributes, FOR_CLASS);
      }
  

Index: FieldTagsHandler.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tagshandler/FieldTagsHandler.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** FieldTagsHandler.java       21 Oct 2002 02:38:59 -0000      1.10
--- FieldTagsHandler.java       22 Dec 2002 06:29:03 -0000      1.11
***************
*** 153,157 ****
          // setting field to true will override the for_class value.
          attributes.setProperty("field", "true");
!         return expandClassName(delimit(getTagValue(attributes, FOR_FIELD), 
attributes), attributes);
      }
  
--- 153,157 ----
          // setting field to true will override the for_class value.
          attributes.setProperty("field", "true");
!         return getExpandedDelimitedTagValue(attributes, FOR_FIELD);
      }
  



-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to