|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.modules.doc.ModuleTagsHandler
public class ModuleTagsHandler
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.
Field Summary |
---|
Fields inherited from class xdoclet.XDocletTagSupport |
---|
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER |
Constructor Summary | |
---|---|
ModuleTagsHandler()
|
Method Summary | |
---|---|
void |
forAllModules(java.lang.String template)
Iterates over all modules |
java.lang.String |
moduleName()
|
Methods inherited from class xdoclet.template.TemplateTagHandler |
---|
getXJavaDoc, setXJavaDoc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleTagsHandler()
Method Detail |
---|
public java.lang.String moduleName()
public void forAllModules(java.lang.String template) throws XDocletException
template
- The body of the block tag
XDocletException
- Description of Exception
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |