xdoclet.modules.doc.info
Class InfoTagsHandler

java.lang.Object
  extended by xdoclet.template.TemplateTagHandler
      extended by xdoclet.XDocletTagSupport
          extended by xdoclet.modules.doc.info.InfoTagsHandler

public class InfoTagsHandler
extends XDocletTagSupport

Version:
$Revision: 1.9 $
Author:
Aslak Helles?y
xdoclet.taghandler
namespace = "Info"
created
Oct 15, 2001

Field Summary
 
Fields inherited from class xdoclet.XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
 
Constructor Summary
InfoTagsHandler()
           
 
Method Summary
 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
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoTagsHandler

public InfoTagsHandler()
Method Detail

ifTagCountNotZero

public void ifTagCountNotZero(java.lang.String template,
                              java.util.Properties properties)
                       throws XDocletException
Describe what the method does

Parameters:
template - Describe what the parameter does
properties - Describe what the parameter does
Throws:
XDocletException - Describe the exception

tagCount

public java.lang.String tagCount(java.util.Properties properties)
                          throws XDocletException
Describe what the method does

Parameters:
properties - Describe what the parameter does
Returns:
Describe the return value
Throws:
XDocletException - Describe the exception

classTagValue

public java.lang.String classTagValue()
                               throws XDocletException
Describe what the method does

Returns:
Describe the return value
Throws:
XDocletException - Describe the exception

fieldTagValue

public java.lang.String fieldTagValue()
                               throws XDocletException
Describe what the method does

Returns:
Describe the return value
Throws:
XDocletException - Describe the exception

constructorTagValue

public java.lang.String constructorTagValue()
                                     throws XDocletException
Describe what the method does

Returns:
Describe the return value
Throws:
XDocletException - Describe the exception

methodTagValue

public java.lang.String methodTagValue()
                                throws XDocletException
Describe what the method does

Returns:
Describe the return value
Throws:
XDocletException - Describe the exception

forAllClassTags

public void forAllClassTags(java.lang.String template)
                     throws XDocletException
Describe what the method does

Parameters:
template - Describe what the parameter does
Throws:
XDocletException - Describe the exception

forAllConstructorTags

public void forAllConstructorTags(java.lang.String template)
                           throws XDocletException
Describe what the method does

Parameters:
template - Describe what the parameter does
Throws:
XDocletException - Describe the exception

forAllMethodTags

public void forAllMethodTags(java.lang.String template)
                      throws XDocletException
Describe what the method does

Parameters:
template - Describe what the parameter does
Throws:
XDocletException - Describe the exception

forAllFieldTags

public void forAllFieldTags(java.lang.String template)
                     throws XDocletException
Describe what the method does

Parameters:
template - Describe what the parameter does
Throws:
XDocletException - Describe the exception

projectname

public java.lang.String projectname()
                             throws XDocletException
Describe what the method does

Returns:
Describe the return value
Throws:
XDocletException - Describe the exception

rootlink

public java.lang.String rootlink()
                          throws XDocletException
Describe what the method does

Returns:
Describe the return value
Throws:
XDocletException - Describe the exception

http://xdoclet.sourceforge.net/