Update of /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/web
In directory usw-pr-cvs1:/tmp/cvs-serv7693/core/resources/xdoclet/web

Modified Files:
        taglib_tld.j web_xml.j 
Log Message:
- changed ifIsDerivedFrom to ifIsOfType and its parameters.
- changed parameters of forAllClasses
- updated all template files
These tags now are more generic, 'type' and 'extent' parameters are defined.
extent can be one of these:
concrete-type -> if the class is exactly of the specified concrete type (used when you 
want to exactly check that the return type if exactly java.util.Collection but not 
something derived from it, say HashMap)
superclass -> if the superclass of the class is exactly of the specified type
hierarchy -> check concrete-type/superclass and all parents and grandparent and ... of 
the class

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to