xdoclet.modules.doc.info
public class InfoTagsHandler extends XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
Constructor and Description |
---|
InfoTagsHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
classTagValue()
Describe what the method does
|
java.lang.String |
constructorTagValue()
Describe what the method does
|
java.lang.String |
fieldTagValue()
Describe what the method does
|
void |
forAllClassTags(java.lang.String template)
Describe what the method does
|
void |
forAllConstructorTags(java.lang.String template)
Describe what the method does
|
void |
forAllFieldTags(java.lang.String template)
Describe what the method does
|
void |
forAllMethodTags(java.lang.String template)
Describe what the method does
|
void |
ifTagCountNotZero(java.lang.String template,
java.util.Properties properties)
Describe what the method does
|
java.lang.String |
methodTagValue()
Describe what the method does
|
java.lang.String |
projectname()
Describe what the method does
|
java.lang.String |
rootlink()
Describe what the method does
|
java.lang.String |
tagCount(java.util.Properties properties)
Describe what the method does
|
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 ifTagCountNotZero(java.lang.String template, java.util.Properties properties) throws XDocletException
template
- Describe what the parameter doesproperties
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String tagCount(java.util.Properties properties) throws XDocletException
properties
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String classTagValue() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String fieldTagValue() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String constructorTagValue() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String methodTagValue() throws XDocletException
XDocletException
- Describe the exceptionpublic void forAllClassTags(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void forAllConstructorTags(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void forAllMethodTags(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic void forAllFieldTags(java.lang.String template) throws XDocletException
template
- Describe what the parameter doesXDocletException
- Describe the exceptionpublic java.lang.String projectname() throws XDocletException
XDocletException
- Describe the exceptionpublic java.lang.String rootlink() throws XDocletException
XDocletException
- Describe the exception