xdoclet.modules.apache.tapestry

Class TapestryTagsHandler

public class TapestryTagsHandler extends XDocletTagSupport

Version: $Revision: 1.1 $

Author: Michael Newcomb (mnewcomb@sourceforge.net)

UNKNOWN: February 4, 2005 namespace = "Tapestry"

Method Summary
StringcurrentTagValue(Properties attributes)
voidforAllBeanItems(String template, Properties attributes)
voidforAllBeans(String template)
voidforAllComponentItems(String template, Properties attributes)
voidforAllComponents(String template)
voidforAllContextAssetItems(String template, Properties attributes)
voidforAllContextAssets(String template)
voidforAllExternalAssetItems(String template, Properties attributes)
voidforAllExternalAssets(String template)
voidforAllParameters(String template)
voidforAllPrivateAssetItems(String template, Properties attributes)
voidforAllPrivateAssets(String template)
voidforAllProperties(String template)
voidforAllPropertySpecifications(String template)
voidforAllReservedParameters(String template)
voidifCurrentTagHasAttribute(String template, Properties attributes)

Method Detail

currentTagValue

public String currentTagValue(Properties attributes)

forAllBeanItems

public void forAllBeanItems(String template, Properties attributes)

forAllBeans

public void forAllBeans(String template)

forAllComponentItems

public void forAllComponentItems(String template, Properties attributes)

forAllComponents

public void forAllComponents(String template)

forAllContextAssetItems

public void forAllContextAssetItems(String template, Properties attributes)

forAllContextAssets

public void forAllContextAssets(String template)

forAllExternalAssetItems

public void forAllExternalAssetItems(String template, Properties attributes)

forAllExternalAssets

public void forAllExternalAssets(String template)

forAllParameters

public void forAllParameters(String template)

forAllPrivateAssetItems

public void forAllPrivateAssetItems(String template, Properties attributes)

forAllPrivateAssets

public void forAllPrivateAssets(String template)

forAllProperties

public void forAllProperties(String template)

forAllPropertySpecifications

public void forAllPropertySpecifications(String template)

forAllReservedParameters

public void forAllReservedParameters(String template)

ifCurrentTagHasAttribute

public void ifCurrentTagHasAttribute(String template, Properties attributes)