Not 100% sure, but I dont think its done.  If you want to put it in, use the constructors() method in ClassDoc (http://java.sun.com/j2se/1.4/docs/tooldocs/javadoc/doclet/com/sun/javadoc/ClassDoc.html#constructors()) to look through them.
 
To get the name of a field whilst iterating over get/set methods, use <XDtMethod:propertyName /> (from memory).
 
hth
dim
----- Original Message -----
Sent: Friday, January 18, 2002 8:13 AM
Subject: [Xdoclet-user] Support for constructors in templates?

Hi,
 
I can't figure out how to have access to the constructors using a template.
 
The XDtMethod:forAllMethods tag does not return constructors... How can I loop over constructors?
 
 
Next, on fields, is there a way to know the name of the field??
 
 
 
Thanks in advance,
Jerome.

Reply via email to