xdoclet.modules.doc
Class ModuleTagsHandler
java.lang.Object
xdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.modules.doc.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
- xdoclet.taghandler
- namespace = "Module"
- created
- 13. juni 2002
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModuleTagsHandler
public ModuleTagsHandler()
moduleName
public String moduleName()
forAllModules
public void forAllModules(String template)
throws XDocletException
- Iterates over all modules
- Parameters:
template
- The body of the block tag
- Throws:
XDocletException
- Description of Exception- doc.tag
- type = "block"