xdoclet.modules.doc
public class DocumentationTagsHandler extends XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
Constructor and Description |
---|
DocumentationTagsHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
currentNamespace()
Returns current namespace.
|
java.lang.String |
currentNamespaceTagsHandlerClassName()
Returns current namespace tags handler class name.
|
java.lang.String |
currentNamespaceTagsHandlerClassNameAsDirStructure()
Returns current namespace name.
|
void |
forAllNamespaces(java.lang.String template)
Iterates over all template namespaces registered in /tagmappings.properties file and evaluates the body of the
tag for each namespace.
|
java.lang.String |
namespace()
Returns current namespace name.
|
java.lang.String |
namespaceFromClassName()
Returns current namespace name from current class name.
|
java.lang.String |
namespaceTagsHandlerClassName()
Returns current namespace tags handler class name.
|
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
getXJavaDoc, setXJavaDoc
public void forAllNamespaces(java.lang.String template) throws XDocletException
template
- The body of the block tagXDocletException
- Description of Exceptionpublic java.lang.String namespace() throws XDocletException
XDocletException
- Description of Exceptionpublic java.lang.String namespaceTagsHandlerClassName() throws XDocletException
XDocletException
- Description of Exceptionpublic java.lang.String namespaceFromClassName() throws XDocletException
XDocletException
- Description of Exceptionpublic java.lang.String currentNamespace() throws XDocletException
XDocletException
- Description of Exceptionpublic java.lang.String currentNamespaceTagsHandlerClassName() throws XDocletException
XDocletException
- Description of Exceptionpublic java.lang.String currentNamespaceTagsHandlerClassNameAsDirStructure() throws XDocletException
XDocletException
- Description of Exception