xdoclet.modules.doc

Class ModuleTagsHandler


public class ModuleTagsHandler
extends xdoclet.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
xdoclet.taghandler
namespace = "Module"
created
13. juni 2002

Field Summary

Fields inherited from class xdoclet.XDocletTagSupport

FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER

Method Summary

void
forAllModules(String template)
Iterates over all modules
String
moduleName()

Methods inherited from class xdoclet.XDocletTagSupport

delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasHavingClassTag, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage

Methods inherited from class xdoclet.template.TemplateTagHandler

getXJavaDoc, setXJavaDoc

Method Details

forAllModules

public void forAllModules(String template)
            throws xdoclet.XDocletException
Iterates over all modules
Parameters:
template - The body of the block tag
Throws:
xdoclet.XDocletException - Description of Exception
doc.tag
type = "block"

moduleName

public String moduleName()