xdoclet.modules.apache.tapestry

Class TapestryTagsHandler


public class TapestryTagsHandler
extends xdoclet.XDocletTagSupport

Version:
$Revision: 1.1 $
Author:
Michael Newcomb (mnewcomb@sourceforge.net)
xdoclet.taghandler
namespace = "Tapestry"
created
February 4, 2005

Field Summary

Fields inherited from class xdoclet.XDocletTagSupport

FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER

Method Summary

String
currentTagValue(Properties attributes)
void
forAllBeanItems(String template, Properties attributes)
void
forAllBeans(String template)
void
forAllComponentItems(String template, Properties attributes)
void
forAllComponents(String template)
void
forAllContextAssetItems(String template, Properties attributes)
void
forAllContextAssets(String template)
void
forAllExternalAssetItems(String template, Properties attributes)
void
forAllExternalAssets(String template)
void
forAllParameters(String template)
void
forAllPrivateAssetItems(String template, Properties attributes)
void
forAllPrivateAssets(String template)
void
forAllProperties(String template)
void
forAllPropertySpecifications(String template)
void
forAllReservedParameters(String template)
void
ifCurrentTagHasAttribute(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

currentTagValue

public String currentTagValue(Properties attributes)
            throws xdoclet.XDocletException

forAllBeanItems

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

forAllBeans

public void forAllBeans(String template)
            throws xdoclet.XDocletException

forAllComponentItems

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

forAllComponents

public void forAllComponents(String template)
            throws xdoclet.XDocletException

forAllContextAssetItems

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

forAllContextAssets

public void forAllContextAssets(String template)
            throws xdoclet.XDocletException

forAllExternalAssetItems

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

forAllExternalAssets

public void forAllExternalAssets(String template)
            throws xdoclet.XDocletException

forAllParameters

public void forAllParameters(String template)
            throws xdoclet.XDocletException

forAllPrivateAssetItems

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

forAllPrivateAssets

public void forAllPrivateAssets(String template)
            throws xdoclet.XDocletException

forAllProperties

public void forAllProperties(String template)
            throws xdoclet.XDocletException

forAllPropertySpecifications

public void forAllPropertySpecifications(String template)
            throws xdoclet.XDocletException

forAllReservedParameters

public void forAllReservedParameters(String template)
            throws xdoclet.XDocletException

ifCurrentTagHasAttribute

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