xdoclet.tagshandler

Class ConfigTagsHandler


public class ConfigTagsHandler
extends xdoclet.XDocletTagSupport

Field Summary

Fields inherited from class xdoclet.XDocletTagSupport

FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER

Method Summary

String
configParameterValue(Properties attributes)
void
forAllConfigParameters(String template, Properties attributes)
Object
getConfigParameter(String paramName)
static int
getCurrentConfigParamIndex()
void
ifConfigParamEquals(String template, Properties attributes)
protected boolean
ifConfigParamEquals_Impl(Properties attributes)
void
ifConfigParamGreaterOrEquals(String template, Properties attributes)
protected boolean
ifConfigParamGreaterOrEquals_Impl(Properties attributes)
void
ifConfigParamNotEquals(String template, Properties attributes)
void
ifConfigParamNotGreaterOrEquals(String template, Properties attributes)
void
ifHasConfigParam(String template, Properties attributes)

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

Method Details

configParameterValue

public String configParameterValue(Properties attributes)
            throws xdoclet.XDocletException

forAllConfigParameters

public void forAllConfigParameters(String template,
                                   Properties attributes)
            throws xdoclet.XDocletException

getConfigParameter

public Object getConfigParameter(String paramName)
            throws xdoclet.XDocletException

getCurrentConfigParamIndex

public static int getCurrentConfigParamIndex()

ifConfigParamEquals

public void ifConfigParamEquals(String template,
                                Properties attributes)
            throws xdoclet.XDocletException

ifConfigParamEquals_Impl

protected boolean ifConfigParamEquals_Impl(Properties attributes)
            throws xdoclet.XDocletException

ifConfigParamGreaterOrEquals

public void ifConfigParamGreaterOrEquals(String template,
                                         Properties attributes)
            throws xdoclet.XDocletException

ifConfigParamGreaterOrEquals_Impl

protected boolean ifConfigParamGreaterOrEquals_Impl(Properties attributes)
            throws xdoclet.XDocletException

ifConfigParamNotEquals

public void ifConfigParamNotEquals(String template,
                                   Properties attributes)
            throws xdoclet.XDocletException

ifConfigParamNotGreaterOrEquals

public void ifConfigParamNotGreaterOrEquals(String template,
                                            Properties attributes)
            throws xdoclet.XDocletException

ifHasConfigParam

public void ifHasConfigParam(String template,
                             Properties attributes)
            throws xdoclet.XDocletException