xdoclet.modules.doc

Class ModuleTagsHandler

public class ModuleTagsHandler extends XDocletTagSupport

This tag handler is kinda special. It loops over the module directories in the modules directory and is only used to generate links to XDoclet tag docs. Pretty dirty, but it gets the job done.

Version: $Revision: 1.3 $

Author: Aslak Hellesoy

UNKNOWN: 13. juni 2002 namespace = "Module"

Method Summary
voidforAllModules(String template)
Iterates over all modules
StringmoduleName()

Method Detail

forAllModules

public void forAllModules(String template)
Iterates over all modules

Parameters: template The body of the block tag

Throws: XDocletException Description of Exception

UNKNOWN: type = "block"

moduleName

public String moduleName()